summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1997-09-19 19:47:55 +0000
committerPaul Smith <psmith@gnu.org>1997-09-19 19:47:55 +0000
commit29c19b259760d1bd437418d6787f43170021f327 (patch)
treed02f2928156adad8c65bcf83ceeba8df58fe7393 /Makefile.am
parenteef1129a6a3e8e6b80d4f7da958c690851497cbf (diff)
downloadmake-29c19b259760d1bd437418d6787f43170021f327.tar.gz
Quick changes for make 3.76.1.3.76.1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 58bdc953..54634282 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,9 @@ EXTRA_DIST = make.man $(BUILT_SOURCES) remote-cstms.c\
SUBDIRS = glob
+MOSTLYCLEANFILES = loadavg.c
+CLEANFILES = loadavg
+
# --------------- Local DIST Section
# Install the w32 subdirectory
@@ -66,7 +69,7 @@ check-loadavg: loadavg
# specified, or else in the srcdir or the distdir, their parents, and _their_
# parents.
#
-check-regression:
+check-regression: all
here=`pwd`; testdir=""; \
case "$(MAKE_TEST)" in "") \
for d1 in $$here $(srcdir); do \