From 3045a1fe8969d56d1c2b1dbbe75a0a821b27c356 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 23 Mar 2003 11:17:28 +0000 Subject: * Makeconfig (+includes): Don't use $(last-includes). --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') 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. -- cgit v1.2.3