changeset 2045:44808b67cda7

[project @ 1996-03-29 19:35:09 by jwe]
author jwe
date Fri, 29 Mar 1996 19:38:40 +0000
parents af075558c6b0
children 18847f7caa8a
files info/Makefile.in kpathsea/Makefile.in octMakefile.in
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 \
--- 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.