mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
* posix/Makefile ($(objpfx)annexc.out): Also pass sysincludes to
isomac.
This commit is contained in:
parent
a5f9233ee2
commit
3c26cf2860
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user