From 7eff7a05a287495fd186d158793ae3c62094031f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 23 Jan 2001 12:46:59 +0000 Subject: Update. * stdlib/Makefile ($(objpfx)isomac.out): Also pass sysincludes to isomac. --- stdlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stdlib') diff --git a/stdlib/Makefile b/stdlib/Makefile index f93dc22..1ea8f19 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) -- cgit v1.1