diff options
-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 |