summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-12-22 03:12:10 +0000
committerRoland McGrath <roland@gnu.org>2005-12-22 03:12:10 +0000
commitc72565e5f1124c2dc72573e83406fe999e56091f (patch)
treeebbd525ce552653f0bd1ebff181846b8b2ac759b /Makeconfig
parentc6813ffea9f3d04c40b81573edc787b39d45ec27 (diff)
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--Makeconfig8
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.