summaryrefslogtreecommitdiff
path: root/compatMakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-08-03 23:18:21 +0000
committerRoland McGrath <roland@redhat.com>1993-08-03 23:18:21 +0000
commit84b4d9cce4b69aba54c91d5604bdb13412a04bc7 (patch)
tree4c689c60b01d2f2f202645b17f32543aa5becfd6 /compatMakefile
parent92a67d1895c4bbfb54b33ec6eb3811f4994d6eac (diff)
downloadgunmake-84b4d9cce4b69aba54c91d5604bdb13412a04bc7.tar.gz
Formerly compatMakefile.~83~
Diffstat (limited to 'compatMakefile')
-rw-r--r--compatMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/compatMakefile b/compatMakefile
index a93adaf..69aa244 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -235,10 +235,10 @@ check: check-loadavg
.PHONY: clean realclean distclean mostlyclean
clean: glob-clean
- -rm -f make *.o core
+ -rm -f make *.o core make.info* make.dvi
distclean: clean glob-realclean
-rm -f Makefile config.h config.status build.sh stamp-config
- -rm -f TAGS tags make.info* make.dvi
+ -rm -f TAGS tags
-rm -f make.?? make.??s make.log make.toc make.*aux
realclean: distclean
mostlyclean: clean