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
commit3e12cad198a91fb03fad2ecfc40753385c60319e (patch)
treed02f2928156adad8c65bcf83ceeba8df58fe7393 /Makefile.am
parente2ffc653aa69e0b485d698a13d3dc954b8c82135 (diff)
downloadgunmake-3e12cad198a91fb03fad2ecfc40753385c60319e.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 58bdc95..5463428 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 \