summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2010-09-16 14:52:11 +0200
committerCarmelo Amoroso <carmelo.amoroso@st.com>2010-09-16 14:52:11 +0200
commit58b60840580453cd6057de5899f3414ebc7a47cb (patch)
treedbaadae07fbd301c66da9b61ed3397b9f208049f /Rules.mak
parentf3149e573862ffa69297abd2934b48617415c97d (diff)
nptl: Remove nptl/sysdeps/generic directory from include list
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@st.com>
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index ade86c6ac..1f1c7d288 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) \