]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly GNUmakefile.~71~
authorRoland McGrath <roland@redhat.com>
Mon, 13 Jul 1992 22:17:50 +0000 (22:17 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 13 Jul 1992 22:17:50 +0000 (22:17 +0000)
GNUmakefile

index b0f4f40ae1baa7573de802cfa323e5220ff4a620..9a4abdc0e384b32a174fc5d67c2c41b3a5116942 100644 (file)
@@ -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.