summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-04-27 08:56:15 +0000
committerNils Larsch <nils@openssl.org>2005-04-27 08:56:15 +0000
commitcd202fe2f9d3cd44c361ba56b158ef400a75dc39 (patch)
treeb512873c73e389ce8b82ac090286f611e9958626 /util/mk1mf.pl
parent69af4faec187b1e589c0328cea79054469ca06d0 (diff)
get rid of Makefile.ssl in util/
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 6582823452..b519210b45 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -675,7 +675,7 @@ if ($platform eq "linux-elf") {
print <<"EOF";
# Generate perlasm output files
%.cpp:
- (cd \$(\@D)/..; PERL=perl make -f Makefile.ssl asm/\$(\@F))
+ (cd \$(\@D)/..; PERL=perl make -f Makefile asm/\$(\@F))
EOF
}
print "###################################################################\n";