Set FIPSLINK correctly now trailing slash is removed from FIPSDIR.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 18 Jun 2011 19:35:03 +0000 (19:35 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 18 Jun 2011 19:35:03 +0000 (19:35 +0000)
util/mk1mf.pl

index b1474cb6ac8344a9cd9f25a13c8f05907b46ad9e..192e449ce4ab93014f97fcb9b4678a1218ca66a7 100755 (executable)
@@ -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