projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d6e773
)
there's no such thing as Makefile.ssl anymore
author
Bodo Möller
<bodo@openssl.org>
Tue, 26 Apr 2005 23:22:49 +0000
(23:22 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 26 Apr 2005 23:22:49 +0000
(23:22 +0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index 26a5d036ede3a8c41a58003caea915c76c439eb9..6582823452775fa9f52d232c615833c406d8c490 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-18,7
+18,7
@@
while(<IN>) {
}
close(IN);
-die "Makefile
.ssl
is not the toplevel Makefile!\n" if $ssl_version eq "";
+die "Makefile is not the toplevel Makefile!\n" if $ssl_version eq "";
$infile="MINFO";