summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-18 19:35:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-18 19:35:03 +0000
commit45bf825066b1929ec219b8b76321f5191e44f370 (patch)
treedeb3d10ff92c33d36eca902a7fa66ea632dc4100 /util
parent4a18d5c89bc6c8b96a4c79f542e974a54148d257 (diff)
Set FIPSLINK correctly now trailing slash is removed from FIPSDIR.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index b1474cb6ac..192e449ce4 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -489,7 +489,7 @@ O_FIPSCANISTER=\$(FIPSLIB_D)${o}fipscanister.lib
FIPS_SHA1_EXE=\$(FIPSDIR)${o}bin${o}fips_standalone_sha1${exep}
E_PREMAIN_DSO=fips_premain_dso
PREMAIN_DSO_EXE=\$(BIN_D)${o}fips_premain_dso$exep
-FIPSLINK=\$(PERL) \$(FIPSDIR)bin${o}fipslink.pl
+FIPSLINK=\$(PERL) \$(FIPSDIR)${o}bin${o}fipslink.pl
######################################################
# You should not need to touch anything below this point