Quellcode durchsuchen

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

David Schleef vor 22 Jahren
Ursprung
Commit
fc307f9d9b
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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