diff --git a/Makefile.shared b/Makefile.shared index 61976210c..827b01d8e 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -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." diff --git a/engines/Makefile b/engines/Makefile index d415a1c85..483ed7237 100644 --- a/engines/Makefile +++ b/engines/Makefile @@ -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); \