소스 검색

Include libc's Makefile.in last to catch all the objects included by others that go into libc

Peter S. Mazinger 20 년 전
부모
커밋
034b372c2b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Makefile.in

+ 3 - 1
Makefile.in

@@ -22,7 +22,6 @@ all: pregen libs
 -include .config.cmd
 
 include $(top_srcdir)ldso/Makefile.in
-include $(top_srcdir)libc/Makefile.in
 include $(top_srcdir)libcrypt/Makefile.in
 include $(top_srcdir)libintl/Makefile.in
 include $(top_srcdir)libm/Makefile.in
@@ -32,6 +31,9 @@ include $(top_srcdir)librt/Makefile.in
 include $(top_srcdir)libutil/Makefile.in
 include $(top_srcdir)libpthread/Makefile.in
 
+# last included to catch all the objects added by others (locales/threads)
+include $(top_srcdir)libc/Makefile.in
+
 include/bits/uClibc_config.h: .config
 	$(RM) -r include/bits
 	$(INSTALL) -d include/bits