summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-15 12:09:22 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-15 12:09:22 +0000
commit12fd8be2c4e1607f67576f07edbc583e43d003c2 (patch)
treefaa88407a5f50ce949af70023830d00647193f54 /Makefile.org
parent8258f7b361a8d1ecd3e70664988e3d825a500743 (diff)
A much better idea, of course, is not to do a submake at all...
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 408814e5a4..4eb6708102 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -269,7 +269,6 @@ build-shared: do_$(SHLIB_TARGET) link-shared
do_$(SHLIB_TARGET):
@ libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
$(NEWMAKE) -f Makefile.shared \
- SHARED_MAKEFILE=Makefile.shared \
CC="$(CC)" LDFLAGS="$(LDFLAGS)" \
SHARED_LDFLAGS="$(SHARED_LDFLAGS)" \
LIBNAME=$$i LIBVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR} \