summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-18 19:02:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-18 19:02:12 +0000
commit4a18d5c89bc6c8b96a4c79f542e974a54148d257 (patch)
treef9d40693f7bda92d7ebb0697f6659f5f38dac25f /Makefile.org
parent174b26c497cc384041dfd1ecdbbc26334ea66fe8 (diff)
Don't add trailing slash to FIPSDIR: it causes problems with Windows builds.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index e6a6597926..b66c6462e5 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -295,7 +295,7 @@ libcrypto$(SHLIB_EXT): libcrypto.a fips_premain_dso$(EXE_EXT)
@if [ "$(SHLIB_TARGET)" != "" ]; then \
if [ "$(FIPSCANLIB)" = "libcrypto" ]; then \
FIPSLD_LIBCRYPTO=libcrypto.a ; \
- FIPSLD_CC="$(CC)"; CC=$(FIPSDIR)bin/fipsld; \
+ FIPSLD_CC="$(CC)"; CC=$(FIPSDIR)/bin/fipsld; \
export CC FIPSLD_CC FIPSLD_LIBCRYPTO; \
fi; \
$(MAKE) -e SHLIBDIRS=crypto build-shared; \