*** empty log message ***

This commit is contained in:
David Anderson 2004-10-31 02:14:53 +00:00
parent bc2386fe47
commit 449f31d78c

View File

@ -251,6 +251,6 @@ for ($i=0; $i<=$#CPP_SOURCE_FILES; $i++)
} }
} }
$gcc = "$gccf $cflags -shared -ldl -lstdc++ -lm @LINK -o $outdir/$bin"; $gcc = "$gccf $cflags -shared -ldl -lm @LINK -o $outdir/$bin";
print "$gcc\n"; print "$gcc\n";
`$gcc`; `$gcc`;