diff options
author | Roland McGrath <roland@redhat.com> | 1993-08-02 20:49:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-08-02 20:49:11 +0000 |
commit | 22cd0cd4e3a240c5b12142adf3ec5496dbb47fc4 (patch) | |
tree | 4246964550224c053aceb8101118f718275116b6 /compatMakefile | |
parent | e75d998e5019fcca01463fa22bb7f37ecfce669e (diff) | |
download | gunmake-22cd0cd4e3a240c5b12142adf3ec5496dbb47fc4.tar.gz |
Formerly compatMakefile.~82~
Diffstat (limited to 'compatMakefile')
-rw-r--r-- | compatMakefile | 2 |
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 |