diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-22 03:12:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-22 03:12:10 +0000 |
commit | c72565e5f1124c2dc72573e83406fe999e56091f (patch) | |
tree | ebbd525ce552653f0bd1ebff181846b8b2ac759b /Makeconfig | |
parent | c6813ffea9f3d04c40b81573edc787b39d45ec27 (diff) | |
download | glibc-c72565e5f1124c2dc72573e83406fe999e56091f.tar.gz glibc-c72565e5f1124c2dc72573e83406fe999e56091f.tar.xz glibc-c72565e5f1124c2dc72573e83406fe999e56091f.zip |
2005-12-21 Roland McGrath <roland@redhat.com>
* 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.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makeconfig b/Makeconfig index 45a970402e..f8de97d3a0 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. |