summaryrefslogtreecommitdiffstats
path: root/engines/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'engines/Makefile.in')
-rw-r--r--engines/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/Makefile.in b/engines/Makefile.in
index ea2ae2cd1b..d07cc0f841 100644
--- a/engines/Makefile.in
+++ b/engines/Makefile.in
@@ -57,7 +57,7 @@ top:
all: lib
lib: $(LIBOBJ) $(TESTLIBOBJ)
- @if [ -n "$(SHARED_LIBS)" ]; then \
+ @if [ "$(DYNAMIC_ENGINES)" = 1 ]; then \
set -e; \
for l in $(LIBNAMES) $(TESTLIBNAMES); do \
$(MAKE) -f ../Makefile.shared -e \