# HG changeset patch # User jwe # Date 828128320 0 # Node ID 44808b67cda78a27a9e4b8dfba36a70afd984e11 # Parent af075558c6b02497be1507ae14f01f71866f1485 [project @ 1996-03-29 19:35:09 by jwe] diff --git a/info/Makefile.in b/info/Makefile.in --- a/info/Makefile.in +++ b/info/Makefile.in @@ -133,12 +133,12 @@ rm -f info funs.h doc.c makedoc $(OBJECTS) $(MAKEDOC_OBJECTS) distclean: clean texclean - rm -f Makefile config.status *~ core core.* *.BAK TAGS + rm -f Makefile config.status config.h *~ core core.* *.BAK TAGS mostlyclean: clean maintainer-clean: distclean - rm -f funs.h doc.c config.h info.info info-stnd.info + rm -f funs.h doc.c info.info info-stnd.info local-dist: ln $(DISTFILES) ../`cat ../.fname`/info diff --git a/kpathsea/Makefile.in b/kpathsea/Makefile.in --- a/kpathsea/Makefile.in +++ b/kpathsea/Makefile.in @@ -206,7 +206,7 @@ mostlyclean:: rm -f kpsewhich distclean:: - rm -f paths.h texmf.cnf texmf.sed + rm -f paths.h texmf.cnf texmf.sed so_locations ac_include ../make/rdepend.make absolute.o: absolute.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \ diff --git a/octMakefile.in b/octMakefile.in --- a/octMakefile.in +++ b/octMakefile.in @@ -115,7 +115,7 @@ maintainer-clean distclean:: rm -f octMakefile octave-bug Makefile Makeconf config.cache \ - config.h config.log config.status Makerules.f77 + config.h config.log config.status Makerules.f77 mk-oct-links # Now that things are under RCS control, we need to do the recursive # chmod so that the distributed files end up with reasonable modes.