aboutsummaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-02-03 19:07:06 +0000
committerAndreas Jaeger <aj@suse.de>2001-02-03 19:07:06 +0000
commit3c26cf28607fdb613802185308baf4b513945eb5 (patch)
tree9ecbf34dfc320188ef91dbdbc3c6f24e5e2b7cfb /posix
parenta5f9233ee2c3504c0e7770a1bf1579a2df0daff2 (diff)
downloadglibc-3c26cf28607fdb613802185308baf4b513945eb5.tar
glibc-3c26cf28607fdb613802185308baf4b513945eb5.tar.gz
glibc-3c26cf28607fdb613802185308baf4b513945eb5.tar.bz2
glibc-3c26cf28607fdb613802185308baf4b513945eb5.zip
* posix/Makefile ($(objpfx)annexc.out): Also pass sysincludes to
isomac.
Diffstat (limited to 'posix')
-rw-r--r--posix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile
index c3ff0dd10a..0351da4d70 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -139,7 +139,7 @@ endif
tests: $(objpfx)annexc.out
$(objpfx)annexc.out: $(objpfx)annexc
-$(dir $<)$(notdir $<) '$(CC)' \
- '-I../include -I.. $(+sysdep-includes)' > $@
+ '-I../include -I.. $(+sysdep-includes) $(sysincludes)' > $@
$(objpfx)annexc: annexc.c
$(native-compile)