[git commit master 1/1] nptl: Remove nptl/sysdeps/generic directory from include list

Carmelo Amoroso carmelo.amoroso at st.com
Thu Sep 16 12:52:11 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=58b60840580453cd6057de5899f3414ebc7a47cb
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

All archs have now moved their generic sysdep.h header from
sysdeps/generic to sysdeps/common directory, so it is possible
to remove the sysdeps/generic directory from the include list.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
---
 Rules.mak |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Rules.mak b/Rules.mak
index ade86c6..1f1c7d2 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -669,7 +669,6 @@ PTINC:= -I$(top_builddir)$(PTDIR)					\
 	-I$(top_srcdir)$(PTDIR)/sysdeps/$(TARGET_ARCH)			\
 	-I$(top_builddir)$(PTDIR)/sysdeps/unix/sysv/linux		\
 	-I$(top_srcdir)$(PTDIR)/sysdeps/unix/sysv/linux			\
-	-I$(top_srcdir)$(PTDIR)/sysdeps/generic				\
 	-I$(top_srcdir)$(PTDIR)/sysdeps/pthread				\
 	-I$(top_srcdir)$(PTDIR)/sysdeps/pthread/bits			\
 	-I$(top_srcdir)ldso/ldso/$(TARGET_ARCH)				\
-- 
1.7.1



More information about the uClibc-cvs mailing list