aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-08-02 21:58:03 +0000
committerBodo Möller <bodo@openssl.org>1999-08-02 21:58:03 +0000
commit3518b4cd08b4f09a3ba8d07ff16a4a1e996fe8ee (patch)
treeb63f67d6fd6083f0abb2c898d8549af18665ed66 /Configure
parenta85154416916e2da4ea428112f419db1562bdb58 (diff)
downloadopenssl-3518b4cd08b4f09a3ba8d07ff16a4a1e996fe8ee.tar.gz
Revert previous change -- it was an accident.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure12
1 files changed, 0 insertions, 12 deletions
diff --git a/Configure b/Configure
index 26f029f424..30927aeed7 100755
--- a/Configure
+++ b/Configure
@@ -720,18 +720,6 @@ EOF
system "perl crypto/objects/obj_dat.pl <crypto/objects/objects.h >crypto/objects/obj_dat.h";
} else {
- open (OUT,">crypto/buildinf.h") || die "Can't open buildinf.h";
- printf OUT <<EOF;
-#ifndef MK1MF_BUILD
- /* auto-generated by Configure for crypto/cversion.c:
- * for Unix builds, crypto/Makefile.ssl generates functional definitions;
- * Windows builds (and other mk1mf builds) compile cversion.c with
- * -DMK1MF_BUILD and use definitions added to this file by util/mk1mf.pl. */
- #error "Windows builds (PLATFORM=$target) use mk1mf.pl-created Makefiles"
-#endif
-EOF
- close(OUT);
-
(system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $?;
### (system 'make depend') == 0 or exit $? if $depflags ne "";
# Run "make depend" manually if you want to be able to delete