From: Dr. Stephen Henson Date: Fri, 24 Jun 2011 13:48:18 +0000 (+0000) Subject: get the filename right X-Git-Tag: OpenSSL-fips-2_0-rc1~294 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=dbfa236977f1560c6deafc02d9506af52ac3d2cf get the filename right --- diff --git a/util/fipsdist.pl b/util/fipsdist.pl index 8df07f6794..df7a48f7fd 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -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 };