diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makeconfig b/Makeconfig index fbff6b3d3e..29d06caa33 100644 --- a/Makeconfig +++ b/Makeconfig @@ -491,14 +491,14 @@ endif # $(+cflags) == "" # and in the parent library source directory. # `+sysdep-includes' will be defined by Makerules. +includes = -I. $(filter-out -I,-I$(patsubst %/,%,$(..))) $($(stdio)-include) \ - $(includes) $(+sysdep-includes) $(last-includes) + $(includes) $(+sysdep-includes) $(last-includes) # Since libio has several internal header files, we use a -I instead # of many little headers in the top level source directory. libio-include = -I$(..)libio # These are the variables that the implicit compilation rules use. -CPPFLAGS = $(+includes) $(defines) -include $(..)libc-symbols.h \ +CPPFLAGS = $(+includes) $(defines) -include $(..)include/libc-symbols.h \ $(sysdep-CPPFLAGS) $(CPPFLAGS-$(suffix $@)) $(CPPFLAGS-$(<F)) \ $(CPPFLAGS-$(@F)) override CFLAGS = $(+cflags) $(sysdep-CFLAGS) $(CFLAGS-$(suffix $@)) \ |