mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-04 19:12:50 +00:00
Formerly compatMakefile.~82~
This commit is contained in:
parent
e75d998e50
commit
22cd0cd4e3
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ $(mandir)/$(instname).$(manext): make.man
|
||||||
|
|
||||||
loadavg: getloadavg.c config.h
|
loadavg: getloadavg.c config.h
|
||||||
$(CC) $(defines) -DTEST -I. -I$(srcdir) $(CFLAGS) $(LDFLAGS) \
|
$(CC) $(defines) -DTEST -I. -I$(srcdir) $(CFLAGS) $(LDFLAGS) \
|
||||||
$(srcdir)/getloadavg.c -o $@
|
$(srcdir)/getloadavg.c $(LOADLIBES) -o $@
|
||||||
check-loadavg: loadavg
|
check-loadavg: loadavg
|
||||||
@echo The system uptime program believes the load average to be:
|
@echo The system uptime program believes the load average to be:
|
||||||
-uptime
|
-uptime
|
||||||
|
|
Loading…
Reference in a new issue