From eb7484abc44cf3662c65c8da63e3ffa86894542c Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@redhat.com>
Date: Mon, 13 Jul 1992 22:17:50 +0000
Subject: Formerly GNUmakefile.~71~

---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'GNUmakefile')

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.
-- 
cgit v1.2.3