Revert one dependency per line change.
It turns out that having such a large number of lines in the .depend file will cause the memory usage of awk during AC_SUBST to blow up on at least NetBSD's awk, causing configure to fail.
This commit is contained in:
parent
01dddb231f
commit
5299a09fa2
|
@ -310,7 +310,7 @@ depend: depend-rebuild
|
|||
depend-rebuild:
|
||||
rm -f config.h
|
||||
touch config.h
|
||||
makedepend -w1 -Y. -f .depend *.c 2>/dev/null
|
||||
makedepend -w1000 -Y. -f .depend *.c 2>/dev/null
|
||||
rm -f config.h
|
||||
|
||||
depend-check: depend-rebuild
|
||||
|
|
Loading…
Reference in New Issue