diff options
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 3 |
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) |