# HG changeset patch # User jwe # Date 811071402 0 # Node ID a771d1785c2a3f1f2fbf8ca737668d0a9ce19c76 # Parent ea60a2678dec07f76469bf7ec4f7a9287efa203d [project @ 1995-09-14 09:31:16 by jwe] diff -r ea60a2678dec -r a771d1785c2a libcruft/Makerules.in --- a/libcruft/Makerules.in Thu Sep 14 09:14:31 1995 +0000 +++ b/libcruft/Makerules.in Thu Sep 14 09:36:42 1995 +0000 @@ -42,9 +42,9 @@ rm -f *.o .PHONY: mostlyclean -realclean: clean +maintainer-clean: clean rm -f tags TAGS Makefile -.PHONY: realclean +.PHONY: maintainer-clean local-dist: ln $(DISTFILES) ../../`cat ../../.fname`/libcruft/$(THISDIR) diff -r ea60a2678dec -r a771d1785c2a liboctave/Makefile.in --- a/liboctave/Makefile.in Thu Sep 14 09:14:31 1995 +0000 +++ b/liboctave/Makefile.in Thu Sep 14 09:36:42 1995 +0000 @@ -114,6 +114,6 @@ ln $(DISTFILES) ../`cat ../.fname`/liboctave .PHONY: dist -ifndef $(omit_deps) +ifndef omit_deps -include $(MAKEDEPS) endif diff -r ea60a2678dec -r a771d1785c2a make/misc.make --- a/make/misc.make Thu Sep 14 09:14:31 1995 +0000 +++ b/make/misc.make Thu Sep 14 09:36:42 1995 +0000 @@ -15,7 +15,7 @@ # Although we can remake configure and c-auto.h.in, we don't remove # them, since many people may lack Autoconf. Use configclean for that. -realclean:: distclean +maintainer-clean:: distclean rm -f TAGS *.info* extraclean:: diff -r ea60a2678dec -r a771d1785c2a src/Makefile.in --- a/src/Makefile.in Thu Sep 14 09:14:31 1995 +0000 +++ b/src/Makefile.in Thu Sep 14 09:36:42 1995 +0000 @@ -229,6 +229,6 @@ check: all .PHONY: check -ifndef $(omit_deps) +ifndef omit_deps -include $(MAKEDEPS) endif