summaryrefslogtreecommitdiff
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:40 +0000
commit041f681943c56ed9e2dbb55866c74865ad1af36b (patch)
treed71578aeedf4279773ca84c04387a06883cd5307 /Makefile.org
parentafec9f57da80b63957e620219a4f7af8ccdca910 (diff)
downloadopenssl-new-041f681943c56ed9e2dbb55866c74865ad1af36b.tar.gz
Typo.
(cherry picked from commit 5c50462e1e23eeb6d91e1e5311f5da0b79b04fb4)
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 0368ed9508..a9e27273d3 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; \