Update.
authorAndreas Jaeger <aj@suse.de>
Tue, 23 Jan 2001 12:46:59 +0000 (12:46 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 23 Jan 2001 12:46:59 +0000 (12:46 +0000)
* stdlib/Makefile ($(objpfx)isomac.out): Also pass sysincludes to isomac.

ChangeLog
stdlib/Makefile

index 5f52569..cc556bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-01-23  Andreas Jaeger  <aj@suse.de>
 
+       * stdlib/Makefile ($(objpfx)isomac.out): Also pass sysincludes to isomac.
+
        * elf/dl-load.c (_dl_init_paths): Don't use strdupa in function
        arguments.  Reported by Jiri Kubicek <kubicek@bitsmart.com>,
        closes PR libc/2039.
index f93dc22..1ea8f19 100644 (file)
@@ -135,7 +135,8 @@ test-canon-ARGS = --test-dir=${common-objpfx}stdlib
 tests: $(objpfx)isomac.out $(objpfx)tst-fmtmsg.out
 
 $(objpfx)isomac.out: $(objpfx)isomac
-       $(dir $<)$(notdir $<) '$(CC)' '-I../include -I.. $(+sysdep-includes)' > $<.out
+       $(dir $<)$(notdir $<) '$(CC)'  \
+       '-I../include -I.. $(+sysdep-includes) $(sysincludes)' > $<.out
 
 $(objpfx)isomac: isomac.c
        $(native-compile)