diff options
author | David Schleef <ds@schleef.org> | 2001-11-26 09:23:08 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-26 09:23:08 +0000 |
commit | fc307f9d9b1b3e69abf3e00aa4b3cb0ce22b0dd4 (patch) | |
tree | fb38183ca732fcd8ce0529bb0b1dfa23e49b63d3 /test/Makefile | |
parent | e4cfe3fb823dc44c0e3e884e53d1ae7c05ae7416 (diff) |
Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
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 |