mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly GNUmakefile.~71~
This commit is contained in:
parent
8ef3af8bed
commit
eb7484abc4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ override srcdir := .
|
|||
# Get most of the information from the Unix-compatible makefile.
|
||||
include compatMakefile
|
||||
|
||||
extras := $(filter-out @%@,$(extras))
|
||||
extras := $(sort $(filter-out @%@,$(extras)) getloadavg.o)
|
||||
LOADLIBES := $(filter-out @%@,$(LOADLIBES))
|
||||
|
||||
# Set `ARCH' to a string for the type of machine.
|
||||
|
|
Loading…
Reference in a new issue