Formerly compatMakefile.~82~

This commit is contained in:
Roland McGrath 1993-08-02 20:49:11 +00:00
parent e75d998e50
commit 22cd0cd4e3

View file

@ -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