From 58b60840580453cd6057de5899f3414ebc7a47cb Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 16 Sep 2010 14:52:11 +0200 Subject: 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 --- Rules.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'Rules.mak') 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) \ -- cgit v1.2.3