about summary refs log tree commit diff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile3
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)