get the filename right

This commit is contained in:
Dr. Stephen Henson 2011-06-24 13:48:18 +00:00
parent 419989d2ec
commit dbfa236977

View File

@ -20,7 +20,7 @@ foreach (@objlist) { $tarobjs{"$1.c"} = 1 if /([^\/]+).o$/};
$tarobjs{"ncbc_enc.c"} = 1;
$tarobjs{"mem_clr.c"} = 1;
$tarobjs{"ppccap.c"} = 1;
$tarobjs{"sparcv9.c"} = 1;
$tarobjs{"sparcv9cap.c"} = 1;
foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 };