# HG changeset patch # User jwe # Date 939858960 0 # Node ID 076954abbe1989dabfd5e67b04ee16426ebd35d9 # Parent c7bc6e8e035492b56421cec8624cf6eb9cafa5a3 [project @ 1999-10-13 23:56:00 by jwe] diff --git a/octMakefile.in b/octMakefile.in --- a/octMakefile.in +++ b/octMakefile.in @@ -132,16 +132,13 @@ $(foreach d, $(CLEANSUBDIRS), $(do-subdir-for-command)) .PHONY: clean mostlyclean distclean maintainer-clean -distclean:: +maintainer-clean distclean:: rm -f octMakefile octave-bug Makefile Makeconf config.cache \ config.h config.log config.status Makerules.f77 mk-oct-links \ mkoctfile Makefrag.f77 -maintainer-clean distclean:: - rm -f configure config.h.in octMakefile octave-bug Makefile \ - Makeconf config.cache config.h config.log config.status \ - Makerules.f77 mk-oct-links mkoctfile BUGS INSTALL.OCTAVE \ - Makefrag.f77 install-octave +maintainer-clean:: + rm -f configure config.h.in BUGS INSTALL.OCTAVE install-octave # Rules for making a source distribution.