summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-08-02 20:49:11 +0000
committerRoland McGrath <roland@redhat.com>1993-08-02 20:49:11 +0000
commit22cd0cd4e3a240c5b12142adf3ec5496dbb47fc4 (patch)
tree4246964550224c053aceb8101118f718275116b6
parente75d998e5019fcca01463fa22bb7f37ecfce669e (diff)
downloadgunmake-22cd0cd4e3a240c5b12142adf3ec5496dbb47fc4.tar.gz
Formerly compatMakefile.~82~
-rw-r--r--compatMakefile2
1 files changed, 1 insertions, 1 deletions
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