diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makeconfig b/Makeconfig index 43b44c9e87..90c02b9591 100644 --- a/Makeconfig +++ b/Makeconfig @@ -555,8 +555,9 @@ endif # $(+cflags) == "" # files (including ones given in angle brackets) in the current directory, # in the parent library source directory and in the include directory. # `+sysdep-includes' will be defined by Makerules. -+includes = -I. $(patsubst %/,-I%,$(objpfx)) $(patsubst %/,-I%,$(..)) \ - -I$(..)include $($(stdio)-include) $(includes) \ ++includes = -I$(..)include -I. \ + $(patsubst %/,-I%,$(objpfx)) $(patsubst %/,-I%,$(..)) \ + $($(stdio)-include) $(includes) \ $(+sysdep-includes) $(last-includes) $(sysincludes) # Since libio has several internal header files, we use a -I instead |