Ver código fonte

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

David Schleef 22 anos atrás
pai
commit
fc307f9d9b
1 arquivos alterados com 2 adições e 0 exclusões
  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