diff options
author | Roland McGrath <roland@gnu.org> | 2006-03-01 04:20:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-03-01 04:20:27 +0000 |
commit | 3192fd8e464f2364347979fd58ae95d03bbe74e6 (patch) | |
tree | cf688dbca33d8f7c36e031856c37d03d91ddae50 /Makeconfig | |
parent | 556c18b2b87ca7de710fe08b580547eac5251c59 (diff) |
* Makeconfig (+includes): Add back $(includes)
after $(+sysdep-includes).
* Makerules ($(common-objpfx)%.make): Use -DASSEMBLER.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index a0638f8343..cc44b00012 100644 --- a/Makeconfig +++ b/Makeconfig @@ -647,7 +647,7 @@ endif # $(+cflags) == "" # current directory. +sysdep-includes = $(addprefix -I,$(+sysdep_dirs)) +includes = -I$(..)include $(if $(subdir),$(objpfx:%/=-I%)) \ - $(+sysdep-includes) \ + $(+sysdep-includes) $(includes) \ $(patsubst %/,-I%,$(..)) $(libio-include) -I. $(sysincludes) # Since libio has several internal header files, we use a -I instead |