One more 0.9.2b
[openssl.git] / util / mk1mf.pl
index 18e9b041757dd969dcfa774836491fc8764b34e7..11f8a934b62644abe3ab816dc2b621376a30e479 100755 (executable)
@@ -7,7 +7,7 @@
 
 $INSTALLTOP="/usr/local/ssl";
 
-$ssl_version="0.9.2";
+$ssl_version="0.9.2b";
 
 $infile="MINFO";
 
@@ -333,6 +333,9 @@ RSAGLUE=$RSAglue
 # BIN_D  - Binary output directory
 # TEST_D - Binary test file output directory
 # LIB_D  - library output directory
+# Note: if you change these point to different directories then uncomment out
+# the lines around the 'NB' comment below.
+# 
 BIN_D=\$(OUT_D)
 TEST_D=\$(OUT_D)
 LIB_D=\$(OUT_D)
@@ -374,12 +377,12 @@ $banner
 
 \$(TMP_D):
        \$(MKDIR) \$(TMP_D)
-
-\$(BIN_D):
-       \$(MKDIR) \$(BIN_D)
-
-\$(TEST_D):
-       \$(MKDIR) \$(TEST_D)
+# NB: uncomment out these lines if BIN_D, TEST_D and LIB_D are different
+#\$(BIN_D):
+#      \$(MKDIR) \$(BIN_D)
+#
+#\$(TEST_D):
+#      \$(MKDIR) \$(TEST_D)
 
 \$(LIB_D):
        \$(MKDIR) \$(LIB_D)