diff options
author | Roland McGrath <roland@redhat.com> | 1994-02-16 23:58:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-02-16 23:58:49 +0000 |
commit | 1944def8dbbd84ef8a55185163856694ca9b9900 (patch) | |
tree | f156ce553f6a9ffbbc5ee06b6ecb01665a2dc270 | |
parent | 4b7d940657e8104d8962cb0133bf24c3a5edc7e7 (diff) | |
download | gunmake-1944def8dbbd84ef8a55185163856694ca9b9900.tar.gz |
entered into RCS
-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)) |