summaryrefslogtreecommitdiffstats
path: root/ssl/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-09-17 15:56:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-09-17 15:56:42 +0000
commit52702f6f9255fb59001153f9885889db1eafd6b6 (patch)
treef104a1d8878c0532eaab9ef1035e51a56365c657 /ssl/Makefile
parent05794d983f7758a168bf8459ca384ece38e5dc45 (diff)
Updates to build system from FIPS branch. Make fipscanisterbuild work and
build FIPS test programs.
Diffstat (limited to 'ssl/Makefile')
-rw-r--r--ssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/Makefile b/ssl/Makefile
index cb4267f5de..ba8dff90fc 100644
--- a/ssl/Makefile
+++ b/ssl/Makefile
@@ -53,7 +53,7 @@ ALL= $(GENERAL) $(SRC) $(HEADER)
top:
(cd ..; $(MAKE) DIRS=$(DIR) all)
-all: shared
+all: lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)