Have dofile.pl say where it was run, for real this time
[openssl.git] / Configurations / unix-Makefile.tmpl
index 5b34df5a03620a8c558c9afba9c235782019d37f..f816b54a7a856b79fde3790f93cd7c274883eaa9 100644 (file)
@@ -883,7 +883,7 @@ EOF
       return <<"EOF";
 $script : $sources
        \$(PERL) "-I\$(BLDDIR)" -Mconfigdata "$dofile" \\
-           "-o{- $config{build_file} -}" $sources > "$script"
+           "-o$target{build_file}" $sources > "$script"
        chmod a+x $script
 EOF
   }