diff options
-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 |