[project @ 2000-05-26 10:04:37 by panne]
authorpanne <unknown>
Fri, 26 May 2000 10:04:37 +0000 (10:04 +0000)
committerpanne <unknown>
Fri, 26 May 2000 10:04:37 +0000 (10:04 +0000)
Don't mv, but cp foreign export header file (as was done before)

ghc/driver/ghc.lprl

index bda22fc..c6d21f8 100644 (file)
@@ -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) {