diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-07 18:05:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-07 18:05:52 +0000 |
commit | dbe7a0f5de17e8fa52ec6d2c9356796ef19af7c8 (patch) | |
tree | b47e58aead2a28c483a3b6376779a1db178ec482 /Makeconfig | |
parent | 7f9a8b5f55cc1409cc93277bbe8449a898bac835 (diff) | |
download | glibc-dbe7a0f5de17e8fa52ec6d2c9356796ef19af7c8.tar glibc-dbe7a0f5de17e8fa52ec6d2c9356796ef19af7c8.tar.gz glibc-dbe7a0f5de17e8fa52ec6d2c9356796ef19af7c8.tar.bz2 glibc-dbe7a0f5de17e8fa52ec6d2c9356796ef19af7c8.zip |
Update.
1998-04-07 Ulrich Drepper <drepper@cygnus.com>
* 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.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index d38ff67289..e2514d234c 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. |