From: Dr. Stephen Henson Date: Tue, 30 Jun 2009 11:32:36 +0000 (+0000) Subject: PR: 1822 X-Git-Tag: OpenSSL_0_9_8m-beta1~182 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=17e01d24bb5f670bf4705a35809cb6be95124e08;p=oweals%2Fopenssl.git PR: 1822 Submitted by: "Philip A. Prindeville" Reviewed by: steve@openssl.org Use $(EXE_EXT) when invoking fips_standalone_sha1 --- diff --git a/fips/Makefile b/fips/Makefile index e038be8f13..87f95e2cc4 100644 --- a/fips/Makefile +++ b/fips/Makefile @@ -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.