From 041f681943c56ed9e2dbb55866c74865ad1af36b Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 11 Nov 2013 22:24:08 +0000 Subject: [PATCH] Typo. (cherry picked from commit 5c50462e1e23eeb6d91e1e5311f5da0b79b04fb4) --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.34.1