From fc307f9d9b1b3e69abf3e00aa4b3cb0ce22b0dd4 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 26 Nov 2001 09:23:08 +0000 Subject: Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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 -- cgit v1.2.3