From f7b1271676bdbe18981c9092fea6f1939dc7f9a3 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 1 Nov 1994 11:57:58 +0000 Subject: [PATCH] Removed install dependancy from release rule --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 783b5b3c2..89a68784a 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ # install because the release.% syntax is illegal. # # $Log$ +# Revision 1.19 1994/10/31 21:47:02 jba +# Removed depends dependancy in release and built_release rules +# # Revision 1.18 1994/10/13 19:44:34 mda # Introduce temporary symbol (ARCH_TYPE=$$ARCH) and use in later targets/rules # to avoid problem with $* symbol resolution in some versions of gnumake. @@ -69,7 +72,7 @@ depends: ${MAKE} ${MFLAGS} $@.$$ARCH; \ done) -release: install +release: @echo TOP: Creating Release... @tools/MakeRelease