diff options
author | Roland McGrath <roland@redhat.com> | 1992-05-20 00:51:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-05-20 00:51:39 +0000 |
commit | 3a34103bb6d812b8de250bc76e23f53eda1ff8fe (patch) | |
tree | 469687b8161a66b379f798f45c2d4ecf2548379b | |
parent | 6268af4ceb018dae2d393e93ce776ed87cb5b1e7 (diff) | |
download | gunmake-3a34103bb6d812b8de250bc76e23f53eda1ff8fe.tar.gz |
Formerly compatMakefile.~24~
-rw-r--r-- | compatMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index 690f355..526cb5f 100644 --- a/compatMakefile +++ b/compatMakefile @@ -185,7 +185,7 @@ $(mandir)/$(instname).$(manext): make.man clean: glob-clean -rm -f make *.o core realclean: clean glob-realclean - -rm -f TAGS tags make.info* make-* make.dvi *~ + -rm -f TAGS tags make.info* make-* make.dvi -rm -f make.?? make.??s make.log make.toc make.*aux .PHONY: glob-clean glob-realclean |