changeset 1393:a771d1785c2a

[project @ 1995-09-14 09:31:16 by jwe]
author jwe
date Thu, 14 Sep 1995 09:36:42 +0000
parents ea60a2678dec
children a45089a6ea41
files libcruft/Makerules.in liboctave/Makefile.in make/misc.make src/Makefile.in
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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
--- 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::
--- 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