summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-07-13 22:17:50 +0000
committerRoland McGrath <roland@redhat.com>1992-07-13 22:17:50 +0000
commiteb7484abc44cf3662c65c8da63e3ffa86894542c (patch)
treeaafd8cc8cc182e8d98af6cf5105a41a460edb848 /GNUmakefile
parent8ef3af8bed76e41b3fde39df021b086cf88b2b04 (diff)
downloadgunmake-eb7484abc44cf3662c65c8da63e3ffa86894542c.tar.gz
Formerly GNUmakefile.~71~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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.