[Commits] (markie) RELVER not needed; $(SRC)/Configure needs a dependency

commits at osafoundation.org commits at osafoundation.org
Fri May 28 12:46:03 PDT 2004


Commit by: markie
Modified files:
external/openssl/Makefile 1.9 1.10

Log message:
RELVER not needed; $(SRC)/Configure needs a dependency

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/openssl/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.10

Index: external/openssl/Makefile
diff -u external/openssl/Makefile:1.9 external/openssl/Makefile:1.10
--- external/openssl/Makefile:1.9	Fri May 28 12:41:32 2004
+++ external/openssl/Makefile	Fri May 28 12:46:03 2004
@@ -2,7 +2,6 @@
 include ../Makefile.inc
 
 VERSION=0.9.7d
-RELVER=$(VERSION)-1
 OPENSSL=$(BUILD_ROOT)/openssl
 SRC=$(OPENSSL)/openssl-$(VERSION)
 
@@ -112,7 +111,7 @@
 
 endif
 
-$(SRC): apply
+$(SRC)/Configure: expand
 
 expand: openssl-$(VERSION).tar.gz
 	tar xvzf openssl-$(VERSION).tar.gz



More information about the Commits mailing list