diff options
Diffstat (limited to 'GNUmakefile')
-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. |