summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-06 16:55:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-06 16:55:55 +0000
commit71b7858b1df407f5dc7bea45c5fe740d500e793f (patch)
tree1106b282fa1c1de60aa2a8ab6fbd849e5906f500 /util
parent7da74281d2c29ebf3509b6eca66d345f6b628969 (diff)
Update from 1.0.0-stable branch.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 6b052fa31c..a8507b2948 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -54,6 +54,8 @@ while(<IN>) {
}
close(IN);
+$debug = 1 if $mf_platform =~ /^debug-/;
+
die "Makefile is not the toplevel Makefile!\n" if $ssl_version eq "";
$infile="MINFO";