Updates to build system from FIPS branch. Make fipscanisterbuild work and
[oweals/openssl.git] / crypto / Makefile
index 0107227d3a8ffc4331e508da385f10cd0b6ba4ee..ddecf09a81763b3b4b56fa24b2c5980d07bb6751 100644 (file)
@@ -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)