diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-10-08 14:50:22 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-10-08 14:50:22 -0700 |
commit | 240634ec353e3bf20e669201e6dca885ae35f42d (patch) | |
tree | 301306e089cddad901fea1f912af27bd6efb9e99 /stdio-common | |
parent | 02018629a1397d03eccceacaf2ee1c50e3c4001c (diff) |
BZ#18872: Don't conditionalize build rules for test program.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 40f5cdf267..df4122d206 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -74,7 +74,6 @@ include ../Rules tst-printf-bz18872-ENV = MALLOC_TRACE=$(objpfx)tst-printf-bz18872.mtrace -ifeq ($(run-built-tests),yes) $(objpfx)tst-unbputc.out: tst-unbputc.sh $(objpfx)tst-unbputc $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \ $(evaluate-test) @@ -91,7 +90,6 @@ $(objpfx)tst-printf-bz18872.c: tst-printf-bz18872.sh $(objpfx)tst-printf-bz18872-mem.out: $(objpfx)tst-printf-bz18872.out $(common-objpfx)malloc/mtrace $(objpfx)tst-printf-bz18872.mtrace > $@; \ $(evaluate-test) -endif CFLAGS-vfprintf.c = -Wno-uninitialized CFLAGS-vfwprintf.c = -Wno-uninitialized |