summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-09-29 21:03:02 +0000
committerUlf Möller <ulf@openssl.org>1999-09-29 21:03:02 +0000
commit49e747e6700292b6e877569318e2742c5788ace6 (patch)
treea611a03533a7502e4d818feb5c498b35e1e264b1 /Configure
parent39b30b6ab7dd0017daa7bec032fd3d4bf0f7de38 (diff)
Generate obj_dat.h in "make update".
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/Configure b/Configure
index 960c12f588..31c9d90304 100755
--- a/Configure
+++ b/Configure
@@ -728,8 +728,6 @@ if($IsWindows) {
#endif
EOF
close(OUT);
-
- system "perl crypto/objects/obj_dat.pl crypto/objects/objects.h crypto/objects/obj_dat.h";
} else {
(system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $?;
### (system 'make depend') == 0 or exit $? if $depflags ne "";