diff options
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b79fb0c6e..2011d3771 100644 --- a/Makefile.in +++ b/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 |