PR: 1822
authorDr. Stephen Henson <steve@openssl.org>
Tue, 30 Jun 2009 11:32:36 +0000 (11:32 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 30 Jun 2009 11:32:36 +0000 (11:32 +0000)
Submitted by: "Philip A. Prindeville" <philipp_subx@redfish-solutions.com>
Reviewed by: steve@openssl.org

Use $(EXE_EXT) when invoking fips_standalone_sha1

fips/Makefile

index e038be8f13f786bffd8379bc04bac9646686c7de..87f95e2cc455535fda0e4fb5d87ff22dcfeee3d0 100644 (file)
@@ -109,7 +109,7 @@ fipscanister.o: fips_start.o $(LIBOBJ) $(FIPS_OBJ_LISTS) fips_end.o
                HP-UX|OSF1|SunOS) set -x; /usr/ccs/bin/ld -r -o $@ $$objs ;; \
                *) set -x; $(CC) $$cflags -r -o $@ $$objs ;; \
        esac fi
-       ./fips_standalone_sha1 fipscanister.o > fipscanister.o.sha1
+       ./fips_standalone_sha1$(EXE_EXT) fipscanister.o > fipscanister.o.sha1
 
 # If another exception is immediately required, assign approprite
 # site-specific ld command to FIPS_SITE_LD environment variable.