summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-11-11 22:24:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-11-11 22:24:08 +0000
commit5c50462e1e23eeb6d91e1e5311f5da0b79b04fb4 (patch)
tree3ed576df40bfd118d4358ab948d15180e43c2028 /Makefile.org
parenta257865303ef652cfbb448e1de349dc9d64b17d6 (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 06e733e8f3..1120cb6048 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -303,7 +303,7 @@ libcrypto$(SHLIB_EXT): libcrypto.a fips_premain_dso$(EXE_EXT)
export CC FIPSLD_CC FIPSLD_LIBCRYPTO; \
fi; \
$(MAKE) -e SHLIBDIRS=crypto CC=$${CC:-$(CC)} build-shared; \
- touch -c fips_premain_dso($EXE_EXT); \
+ touch -c fips_premain_dso$(EXE_EXT); \
else \
echo "There's no support for shared libraries on this platform" >&2; \
exit 1; \