summaryrefslogtreecommitdiffstats
path: root/crypto/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 /crypto/Makefile
parent05794d983f7758a168bf8459ca384ece38e5dc45 (diff)
Updates to build system from FIPS branch. Make fipscanisterbuild work and
build FIPS test programs.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 0107227d3a..ddecf09a81 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -47,7 +47,7 @@ ALL= $(GENERAL) $(SRC) $(HEADER)
top:
@(cd ..; $(MAKE) DIRS=$(DIR) all)
-all: shared
+all: lib
buildinf.h: ../Makefile
( echo "#ifndef MK1MF_BUILD"; \
@@ -95,7 +95,7 @@ links:
@target=links; $(RECURSIVE_MAKE)
# lib: and $(LIB): are splitted to avoid end-less loop
-lib: $(LIB)
+lib: buildinf.h $(LIB) subdirs
@touch lib
$(LIB): $(LIBOBJ)
$(ARX) $(LIB) $(LIBOBJ)