From 22cd0cd4e3a240c5b12142adf3ec5496dbb47fc4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 2 Aug 1993 20:49:11 +0000 Subject: Formerly compatMakefile.~82~ --- compatMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatMakefile b/compatMakefile index b82db34..a93adaf 100644 --- a/compatMakefile +++ b/compatMakefile @@ -224,7 +224,7 @@ $(mandir)/$(instname).$(manext): make.man loadavg: getloadavg.c config.h $(CC) $(defines) -DTEST -I. -I$(srcdir) $(CFLAGS) $(LDFLAGS) \ - $(srcdir)/getloadavg.c -o $@ + $(srcdir)/getloadavg.c $(LOADLIBES) -o $@ check-loadavg: loadavg @echo The system uptime program believes the load average to be: -uptime -- cgit v1.2.3