get the filename right
[openssl.git] / util / fipsdist.pl
index 8df07f67941ed26418d6f2d98e724efb826919d7..df7a48f7fd817a09095366ed25ccfbe822ca20ed 100644 (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 };