diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-13 22:17:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-13 22:17:50 +0000 |
commit | eb7484abc44cf3662c65c8da63e3ffa86894542c (patch) | |
tree | aafd8cc8cc182e8d98af6cf5105a41a460edb848 | |
parent | 8ef3af8bed76e41b3fde39df021b086cf88b2b04 (diff) | |
download | gunmake-eb7484abc44cf3662c65c8da63e3ffa86894542c.tar.gz |
Formerly GNUmakefile.~71~
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index b0f4f40..9a4abdc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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. |