Explorar el Código

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

David Schleef hace 22 años
padre
commit
fc307f9d9b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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