summaryrefslogtreecommitdiff
path: root/test
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 /test
parent174b26c497cc384041dfd1ecdbbc26334ea66fe8 (diff)
downloadopenssl-new-4a18d5c89bc6c8b96a4c79f542e974a54148d257.tar.gz
Don't add trailing slash to FIPSDIR: it causes problems with Windows builds.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index be41c273e9..ebf0c2dbb6 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -357,7 +357,7 @@ FIPS_BUILD_CMD=shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
fi; \
LIBRARIES="$(LIBSSL) $(LIBCRYPTO) $(LIBKRB5)"; \
if [ -z "$(SHARED_LIBS)" -a -n "$(FIPSCANLIB)" ] ; then \
- FIPSLD_CC="$(CC)"; CC=$(FIPSDIR)bin/fipsld; export CC FIPSLD_CC; \
+ FIPSLD_CC="$(CC)"; CC=$(FIPSDIR)/bin/fipsld; export CC FIPSLD_CC; \
fi; \
$(MAKE) -f $(TOP)/Makefile.shared -e \
CC="$${CC}" APPNAME=$$target$(EXE_EXT) OBJECTS="$$target.o" \