From 08c8105c5468ff743d2f2ff2fdf3b77a6313b53e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 16 May 2004 19:16:52 +0000 Subject: Various enhancements - OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 77ebdf6..96fb188 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,11 +114,11 @@ check-local: check-regression check-loadavg .PHONY: check-loadavg check-regression -check-loadavg: loadavg +check-loadavg: loadavg$(EXEEXT) @echo The system uptime program believes the load average to be: -uptime @echo The GNU load average checking code thinks: - -./loadavg + -./loadavg$(EXEEXT) # The loadavg function is invoked during "make check" to test getloadavg. noinst_PROGRAMS = loadavg -- cgit v1.2.3