summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-14 13:47:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-14 13:47:25 +0000
commit8bfd0ae4c405b6dc5aa27d4cecd2e73237de33dd (patch)
treef489a4beb5b1cc215c3e1a455d410fa4c222726e /Makefile.org
parent378943ce672c7386add5ab6a5d0e9ea062025be8 (diff)
typo
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index a6ae95144f..e6a6597926 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -286,7 +286,7 @@ build_testapps:
@dir=crypto; target=testapps; $(BUILD_ONE_CMD)
fips_premain_dso$(EXE_EXT): libcrypto.a
- [ -z "$(FIPSCANLIB)" ] || $(CC) $(CFLAGS) -Iinclude \
+ [ -z "$(FIPSCANLIB)" ] || $(CC) $(CFLAG) -Iinclude \
-DFINGERPRINT_PREMAIN_DSO_LOAD -o $@ \
$(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fipscanister.o \
libcrypto.a $(EX_LIBS)