From 034b372c2b9a521d42fd177ee29ff8e1ecf141c4 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 25 Nov 2005 15:11:42 +0000 Subject: Include libc's Makefile.in last to catch all the objects included by others that go into libc --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3