From dbe7a0f5de17e8fa52ec6d2c9356796ef19af7c8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 7 Apr 1998 18:05:52 +0000 Subject: Update. 1998-04-07 Ulrich Drepper * configure.in: Recognize --with-headers flag and determine commandline options to be used in compilation. * Makeconfig (+includes): Use $(sysincludes). * config.make.in (sysincludes): Define from SYSINCLUDES. * glibcbug.in: Use SYSINCLUDES information. Patches by Zack Weinberg. * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main. * sysdeps/sparc/sparc64/elf/start.S: Likewise. --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index d38ff67..e2514d2 100644 --- a/Makeconfig +++ b/Makeconfig @@ -541,7 +541,7 @@ endif # $(+cflags) == "" # `+sysdep-includes' will be defined by Makerules. +includes = -I. $(patsubst %/,-I%,$(objpfx)) $(patsubst %/,-I%,$(..)) \ -I$(..)include $($(stdio)-include) $(includes) \ - $(+sysdep-includes) $(last-includes) + $(+sysdep-includes) $(last-includes) $(sysincludes) # Since libio has several internal header files, we use a -I instead # of many little headers in the include directory. -- cgit v1.1