mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-06 05:04:42 +00:00
entered into RCS
This commit is contained in:
parent
4b7d940657
commit
1944def8db
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ endif
|
||||||
# Get most of the information from the Unix-compatible makefile.
|
# Get most of the information from the Unix-compatible makefile.
|
||||||
include compatMakefile
|
include compatMakefile
|
||||||
|
|
||||||
|
MAKE = $(MAKE_COMMAND) $(MAKEOVERRIDES)
|
||||||
|
|
||||||
# Remove autoconf magic.
|
# Remove autoconf magic.
|
||||||
extras := $(filter-out getloadavg.o @%@,$(extras)) getloadavg.o
|
extras := $(filter-out getloadavg.o @%@,$(extras)) getloadavg.o
|
||||||
LOADLIBES := $(filter-out @%@,$(LOADLIBES))
|
LOADLIBES := $(filter-out @%@,$(LOADLIBES))
|
||||||
|
|
Loading…
Reference in a new issue