summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-02-16 23:58:49 +0000
committerRoland McGrath <roland@redhat.com>1994-02-16 23:58:49 +0000
commit1944def8dbbd84ef8a55185163856694ca9b9900 (patch)
treef156ce553f6a9ffbbc5ee06b6ecb01665a2dc270 /GNUmakefile
parent4b7d940657e8104d8962cb0133bf24c3a5edc7e7 (diff)
downloadgunmake-1944def8dbbd84ef8a55185163856694ca9b9900.tar.gz
entered into RCS
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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))