From: Roland McGrath Date: Mon, 2 Aug 1993 20:49:11 +0000 (+0000) Subject: Formerly compatMakefile.~82~ X-Git-Tag: 3.70.2~169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22cd0cd4e3a240c5b12142adf3ec5496dbb47fc4;p=platform%2Fupstream%2Fmake.git Formerly compatMakefile.~82~ --- 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