mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-01 17:30: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
|
tests: $(objpfx)annexc.out
|
||||||
$(objpfx)annexc.out: $(objpfx)annexc
|
$(objpfx)annexc.out: $(objpfx)annexc
|
||||||
-$(dir $<)$(notdir $<) '$(CC)' \
|
-$(dir $<)$(notdir $<) '$(CC)' \
|
||||||
'-I../include -I.. $(+sysdep-includes)' > $@
|
'-I../include -I.. $(+sysdep-includes) $(sysincludes)' > $@
|
||||||
|
|
||||||
$(objpfx)annexc: annexc.c
|
$(objpfx)annexc: annexc.c
|
||||||
$(native-compile)
|
$(native-compile)
|
||||||
|
Loading…
Reference in New Issue
Block a user