From 17e01d24bb5f670bf4705a35809cb6be95124e08 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 30 Jun 2009 11:32:36 +0000 Subject: [PATCH] PR: 1822 Submitted by: "Philip A. Prindeville" Reviewed by: steve@openssl.org Use $(EXE_EXT) when invoking fips_standalone_sha1 --- fips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1