diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 1be16eb8d0..8e5623c89d 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -132,14 +132,16 @@ endif $(objpfx)isomac.out: $(objpfx)isomac $(dir $<)$(notdir $<) '$(CC)' \ - '-I../include $(+sysdep-includes) $(sysincludes) -I..' > $<.out + '-I../include $(+sysdep-includes) $(sysincludes) -I..' > $<.out; \ + $(evaluate-test) isomac-CFLAGS = -O $(objpfx)isomac: isomac.c $(native-compile) $(objpfx)tst-fmtmsg.out: tst-fmtmsg.sh $(objpfx)tst-fmtmsg - $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)stdlib/ + $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)stdlib/; \ + $(evaluate-test) $(objpfx)tst-putenv: $(objpfx)tst-putenvmod.so LDFLAGS-tst-putenv = $(no-as-needed) |