diff options
author | Paul Smith <psmith@gnu.org> | 1997-09-19 19:47:55 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1997-09-19 19:47:55 +0000 |
commit | 3e12cad198a91fb03fad2ecfc40753385c60319e (patch) | |
tree | d02f2928156adad8c65bcf83ceeba8df58fe7393 /Makefile.am | |
parent | e2ffc653aa69e0b485d698a13d3dc954b8c82135 (diff) | |
download | gunmake-3e12cad198a91fb03fad2ecfc40753385c60319e.tar.gz |
Quick changes for make 3.76.1.3.76.1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
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 \ |