diff options
author | Roland McGrath <roland@redhat.com> | 1993-10-29 20:47:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-10-29 20:47:10 +0000 |
commit | 58c146fa50c77e8c8c6afec3a60df7bac66521a2 (patch) | |
tree | b66052262c341f6b7b89db48c041ae4ba3fbba2b /compatMakefile | |
parent | e612cccef37c8c8da784ae4b34fbd1eb2895d0ef (diff) | |
download | gunmake-58c146fa50c77e8c8c6afec3a60df7bac66521a2.tar.gz |
Formerly compatMakefile.~86~
Diffstat (limited to 'compatMakefile')
-rw-r--r-- | compatMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index 9847ce3..2a16f67 100644 --- a/compatMakefile +++ b/compatMakefile @@ -239,7 +239,7 @@ check: check-loadavg .PHONY: clean realclean distclean mostlyclean clean: glob-clean - -rm -f make *.o core make.info* make.dvi + -rm -f make loadavg *.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 |