When making libcrypto from apps or test, make sure to include engines
[openssl.git] / apps / Makefile
index 90e6014b38e0f3c8d3bba6b504fcab7197a67d44..bf554abd33947519de3f650ac4927a9c7938c6d7 100644 (file)
@@ -139,10 +139,10 @@ clean:
        rm -f req
 
 $(DLIBSSL):
-       (cd ..; $(MAKE) DIRS=ssl all)
+       (cd ..; $(MAKE) build_libssl)
 
 $(DLIBCRYPTO):
-       (cd ..; $(MAKE) DIRS=crypto all)
+       (cd ..; $(MAKE) build_libcrypto)
 
 $(EXE): progs.h $(EXE_OBJ) $(DLIBCRYPTO) $(DLIBSSL)
        $(RM) $(EXE)