소스 검색

Only build libthread_db when both threads and debug are enabled
-Erik

Eric Andersen 22 년 전
부모
커밋
0255e1ad13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libpthread/Makefile

+ 1 - 1
libpthread/Makefile

@@ -31,10 +31,10 @@ LIBTHREAD_DB_SHARED_FULLNAME=libthread_db-$(MAJOR_VERSION).$(MINOR_VERSION).$(SU
 DIRS=
 ifeq ($(strip $(INCLUDE_THREADS)),true)
 	DIRS+=linuxthreads
-endif
 ifeq ($(strip $(DODEBUG)),true)
 	DIRS+=linuxthreads_db
 endif
+endif
 
 ALL_SUBDIRS = linuxthreads linuxthreads_db