Sfoglia il codice sorgente

Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED

David Schleef 22 anni fa
parent
commit
fc307f9d9b
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      test/Makefile

+ 2 - 0
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