Skip to content
Snippets Groups Projects
Commit d8e47faf authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-05-26 10:04:37 by panne]

Don't mv, but cp foreign export header file (as was done before)
parent 5b701488
No related merge requests found
......@@ -1502,7 +1502,7 @@ Now the Haskell compiler, C compiler, and assembler
}
if (-f $hsc_out_h_stub) {
&run_something("mv $hsc_out_h_stub $ofile_h_stub_target", 'Copy foreign export header file');
&run_something("cp $hsc_out_h_stub $ofile_h_stub_target", 'Copy foreign export header file');
}
if (-f $hsc_out_c_stub) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment