summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2001-11-26 09:23:08 +0000
committerDavid Schleef <ds@schleef.org>2001-11-26 09:23:08 +0000
commitfc307f9d9b1b3e69abf3e00aa4b3cb0ce22b0dd4 (patch)
treefb38183ca732fcd8ce0529bb0b1dfa23e49b63d3 /test
parente4cfe3fb823dc44c0e3e884e53d1ae7c05ae7416 (diff)
Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index e9a717d5f..c67807bba 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -34,7 +34,9 @@ DIRS = $(ALL_SUBDIRS)
# DIRS =
#endif
ifeq ($(strip $(HAVE_SHARED)),true)
+ ifeq ($(strip $(DODYNAMIC)),true)
DIRS += ldso
+ endif
endif
all: subdirs