Superflous '\' messes up with HP-UX make.
diff --git a/Makefile.org b/Makefile.org
index 1716356..8e225ef 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -215,7 +215,7 @@
else \
$(MAKE) $$i; \
fi; \
- done; \
+ done;
libcrypto$(SHLIB_EXT): libcrypto.a
@if [ "$(SHLIB_TARGET)" != "" ]; then \
@@ -223,6 +223,7 @@
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; \