From c72565e5f1124c2dc72573e83406fe999e56091f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 22 Dec 2005 03:12:10 +0000 Subject: 2005-12-21 Roland McGrath * sysdeps/generic/bits: Subdirectory and all files moved to ... * bits: ... here, new subdirectory. * Makeconfig (+includes): Reordered includes to put build and sysdeps dirs first after $(..)include, $(sysincludes) last. * sysdeps/generic/bits: Subdirectory and all files moved to ... * bits: ... here, new subdirectory. * Makeconfig (+includes): Reordered includes to put build and sysdeps dirs first after $(..)include, $(sysincludes) last. --- Makeconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 45a9704..f8de97d 100644 --- a/Makeconfig +++ b/Makeconfig @@ -627,10 +627,10 @@ endif # $(+cflags) == "" # library source directory, in the include directory, and in the # current directory. # `+sysdep-includes' will be defined by Makerules. -+includes = -I$(..)include $(patsubst %/,-I%,$(..)) \ - $(libio-include) $(includes) \ - $(+sysdep-includes) $(sysincludes) -I. \ - $(patsubst %/,-I%,$(objpfx)) ++includes = -I$(..)include \ + $(patsubst %/,-I%,$(objpfx)) $(+sysdep-includes) \ + $(patsubst %/,-I%,$(..)) $(libio-include) $(includes) -I. \ + $(sysincludes) # Since libio has several internal header files, we use a -I instead # of many little headers in the include directory. -- cgit v1.1