diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5bf17d5..cf3d1a3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -42,6 +42,8 @@ endif # Get most of the information from the Unix-compatible makefile. include compatMakefile +MAKE = $(MAKE_COMMAND) $(MAKEOVERRIDES) + # Remove autoconf magic. extras := $(filter-out getloadavg.o @%@,$(extras)) getloadavg.o LOADLIBES := $(filter-out @%@,$(LOADLIBES)) |