[git commit prelink 1/1] Revert "Makefile.in: Add header to 'all' target"
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Tue Jan 25 11:52:31 UTC 2011
commit: http://git.uclibc.org/uClibc/commit/?id=e5ac9973e93c96804eb9ed7f865853e522f1baca
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/prelink
The respective source has to depend on a given set of headers.
Depending all on headers is papering over an eventual missing other
dependency, so reverting.
This reverts commit 4d81f2a74578f819285b131c682e8d2f6c315c4e.
---
Makefile.in | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index d7a5fca..b4dcf6b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23,7 +23,7 @@ export KCONFIG_CONFIG
ifeq ($(HAVE_DOT_CONFIG),y)
-all: headers pregen libs
+all: pregen libs
libs: pregen
# In this section, we need .config
@@ -260,7 +260,6 @@ HEADERS_RM-$(UCLIBC_HAS_WCHAR) += wchar.h wctype.h
HEADERS_RM-$(UCLIBC_HAS_WORDEXP) += wordexp.h
HEADERS_RM-$(UCLIBC_HAS_XATTR) += sys/xattr.h
HEADERS_RM-$(UCLIBC_HAS_XLOCALE) += xlocale.h
-HEADERS_RM-$(UCLIBC_HAS_LOCALE) += bits/uClibc_ctype.h
HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC) += sys/fsuid.h sys/inotify.h sys/perm.h \
sys/personality.h \
sys/prctl.h \
--
1.7.3.4
More information about the uClibc-cvs
mailing list