diff options
author | Roland McGrath <roland@redhat.com> | 1995-01-16 20:46:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-01-16 20:46:50 +0000 |
commit | b4890bdb1c6d8c21065ea6ab12973b6d579b0d65 (patch) | |
tree | 681aee9291c08127cb4effbd79093b59923e9740 /compatMakefile | |
parent | 2cbfa1024a838447643376ecc1dc148a19d722a5 (diff) | |
download | gunmake-b4890bdb1c6d8c21065ea6ab12973b6d579b0d65.tar.gz |
(realclean): Remove Info files.
Diffstat (limited to 'compatMakefile')
-rw-r--r-- | compatMakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compatMakefile b/compatMakefile index 9ee55b1..188fb30 100644 --- a/compatMakefile +++ b/compatMakefile @@ -249,6 +249,7 @@ distclean: clean glob-realclean -rm -f make.?? make.??s make.log make.toc make.*aux -rm -f loadavg.c realclean: distclean + -rm -f make.info* mostlyclean: clean .PHONY: glob-clean glob-realclean |