summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-01-28 16:30:06 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-01-28 16:30:06 +0000
commit0f180d1d1d53dc8022757a7501bf9829a8ccdcb6 (patch)
tree7c119ce661f93bc9cabdb61ad074fee77158d730 /Makefile.org
parent072569e0f1401330613fe4ded0a158297769981d (diff)
Superflous '\' messes up with HP-UX make.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 171635647c..8e225ef54c 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -215,7 +215,7 @@ sub_all:
else \
$(MAKE) $$i; \
fi; \
- done; \
+ done;
libcrypto$(SHLIB_EXT): libcrypto.a
@if [ "$(SHLIB_TARGET)" != "" ]; then \
@@ -223,6 +223,7 @@ libcrypto$(SHLIB_EXT): libcrypto.a
else \
echo "There's no support for shared libraries on this platform" >&2; \
fi
+
libssl$(SHLIB_EXT): libcrypto$(SHLIB_EXT) libssl.a
@if [ "$(SHLIB_TARGET)" != "" ]; then \
$(MAKE) SHLIBDIRS=ssl SHLIBDEPS='-lcrypto' build-shared; \