diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-23 11:17:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-23 11:17:28 +0000 |
commit | 3045a1fe8969d56d1c2b1dbbe75a0a821b27c356 (patch) | |
tree | 8ec447bbab7e822641dfc61deed2090d2a3543fd /Makeconfig | |
parent | 85047fe3b9a57c0de50692791b4c6f6301a49d1d (diff) | |
download | glibc-3045a1fe8969d56d1c2b1dbbe75a0a821b27c356.tar.gz |
* Makeconfig (+includes): Don't use $(last-includes).
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index b2c81e1faa..60d351946f 100644 --- a/Makeconfig +++ b/Makeconfig @@ -621,7 +621,7 @@ endif # $(+cflags) == "" +includes = -I$(..)include -I. \ $(patsubst %/,-I%,$(objpfx)) $(patsubst %/,-I%,$(..)) \ $(libio-include) $(includes) \ - $(+sysdep-includes) $(last-includes) $(sysincludes) + $(+sysdep-includes) $(sysincludes) # Since libio has several internal header files, we use a -I instead # of many little headers in the include directory. |