OSDN Git Service

Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED
authorDavid Schleef <ds@schleef.org>
Mon, 26 Nov 2001 09:23:08 +0000 (09:23 -0000)
committerDavid Schleef <ds@schleef.org>
Mon, 26 Nov 2001 09:23:08 +0000 (09:23 -0000)
test/Makefile

index e9a717d..c67807b 100644 (file)
@@ -34,7 +34,9 @@ DIRS = $(ALL_SUBDIRS)
 #      DIRS =
 #endif
 ifeq ($(strip $(HAVE_SHARED)),true)
+  ifeq ($(strip $(DODYNAMIC)),true)
        DIRS += ldso
+  endif        
 endif  
 
 all: subdirs