Propogate BUILDENV even in ./engines.
authorAndy Polyakov <appro@openssl.org>
Thu, 19 May 2005 02:13:10 +0000 (02:13 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 19 May 2005 02:13:10 +0000 (02:13 +0000)
Makefile.shared
engines/Makefile

index 61976210c7b288ca99f2d37f43c27731ac8e36de..827b01d8ebba7c43a7313901e797b75f2c8dec1b 100644 (file)
@@ -68,7 +68,7 @@ LIBDEPS=
 # The rest is private to this makefile.
 
 SET_X=:
-SET_X=set -x
+#SET_X=set -x
 
 top:
        echo "Trying to use this makefile interactively?  Don't."
index d415a1c85b678c052b019b64e7682e3f10cc1453..483ed7237def97050a40c8f0522e4cf66ae4bbe0 100644 (file)
@@ -65,7 +65,7 @@ lib:  $(LIBOBJ)
        @if [ -n "$(SHARED_LIBS)" ]; then \
                set -e; \
                for l in $(LIBNAMES); do \
-                       $(MAKE) -f ../Makefile.shared \
+                       $(MAKE) -f ../Makefile.shared $(BUILDENV) \
                                LIBNAME=$$l LIBEXTRAS=e_$$l.o \
                                LIBDEPS='-L.. -lcrypto $(EX_LIBS)' \
                                link_o.$(SHLIB_TARGET); \