summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-30 11:32:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-30 11:32:36 +0000
commit17e01d24bb5f670bf4705a35809cb6be95124e08 (patch)
treed7d9be9019bcbcaee088eab3332968bd71498038 /fips
parentf67f8156240ba0ec8afabef1fba3bd6305a2c59e (diff)
PR: 1822
Submitted by: "Philip A. Prindeville" <philipp_subx@redfish-solutions.com> Reviewed by: steve@openssl.org Use $(EXE_EXT) when invoking fips_standalone_sha1
Diffstat (limited to 'fips')
-rw-r--r--fips/Makefile2
1 files changed, 1 insertions, 1 deletions
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.