diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-30 20:32:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-30 20:32:16 +0000 |
commit | bc8c4949b781392e6390d66219bd4fdc093c1661 (patch) | |
tree | 76826dd5695e639a41e450707f342e11131cc18d | |
parent | f44c1d93669bd38822c08bdc46021666b5de8dc2 (diff) | |
download | gunmake-bc8c4949b781392e6390d66219bd4fdc093c1661.tar.gz |
Formerly GNUmakefile.~74~
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 99262f5..536cee0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -27,6 +27,7 @@ include compatMakefile extras := $(sort $(filter-out @%@,$(extras)) getloadavg.o) LOADLIBES := $(filter-out @%@,$(LOADLIBES)) +ALLOCA := $(filter-out @%@,$(ALLOCA)) # Set `ARCH' to a string for the type of machine. ifndef ARCH |