about summary refs log tree commit diff
path: root/stdlib
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-01-23 12:46:59 +0000
committerAndreas Jaeger <aj@suse.de>2001-01-23 12:46:59 +0000
commit7eff7a05a287495fd186d158793ae3c62094031f (patch)
tree9c2a720926c59258a16f9e6541a8286dea62f722 /stdlib
parentb0ed91aecf0184aaa8ace2dc0e32ae318cfac7b4 (diff)
downloadglibc-7eff7a05a287495fd186d158793ae3c62094031f.tar.gz
glibc-7eff7a05a287495fd186d158793ae3c62094031f.tar.xz
glibc-7eff7a05a287495fd186d158793ae3c62094031f.zip
Update.
	* stdlib/Makefile ($(objpfx)isomac.out): Also pass sysincludes to isomac.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index f93dc221b0..1ea8f196a0 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -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)