diff options
author | Roland McGrath <roland@redhat.com> | 1995-01-10 11:30:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-01-10 11:30:56 +0000 |
commit | afd1d69e7df224b813f126116b7b675d4b233e21 (patch) | |
tree | 50fe1c48aa5ef4b15922316cea2143e8ed770604 | |
parent | c1305a1a18789dd4fb63212e943bcb357543d4cc (diff) | |
download | gunmake-afd1d69e7df224b813f126116b7b675d4b233e21.tar.gz |
(clean): Don't remove Info files.
-rw-r--r-- | compatMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index eca3244..9ee55b1 100644 --- a/compatMakefile +++ b/compatMakefile @@ -241,7 +241,7 @@ check: check-loadavg .PHONY: clean realclean distclean mostlyclean clean: glob-clean - -rm -f make loadavg *.o core make.info* make.dvi + -rm -f make loadavg *.o core make.dvi distclean: clean glob-realclean -rm -f Makefile config.h config.status build.sh stamp-config -rm -f config.log config.cache |