diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2010-09-16 14:52:11 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2010-09-16 14:52:11 +0200 |
commit | 58b60840580453cd6057de5899f3414ebc7a47cb (patch) | |
tree | dbaadae07fbd301c66da9b61ed3397b9f208049f | |
parent | f3149e573862ffa69297abd2934b48617415c97d (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>
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) \ |