diff options
author | Andreas Jaeger <aj@suse.de> | 2001-02-03 19:07:06 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-02-03 19:07:06 +0000 |
commit | 3c26cf28607fdb613802185308baf4b513945eb5 (patch) | |
tree | 9ecbf34dfc320188ef91dbdbc3c6f24e5e2b7cfb | |
parent | a5f9233ee2c3504c0e7770a1bf1579a2df0daff2 (diff) | |
download | glibc-3c26cf28607fdb613802185308baf4b513945eb5.zip glibc-3c26cf28607fdb613802185308baf4b513945eb5.tar.gz glibc-3c26cf28607fdb613802185308baf4b513945eb5.tar.bz2 |
* posix/Makefile ($(objpfx)annexc.out): Also pass sysincludes to
isomac.
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index c3ff0dd..0351da4 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) |