From 03ac099f6bc9157cdec50db10944e1d99ff07aa1 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 24 Oct 2012 00:08:46 +0000 Subject: Define and use $(run-built-tests). --- string/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string') diff --git a/string/Makefile b/string/Makefile index 54eae70..740006e 100644 --- a/string/Makefile +++ b/string/Makefile @@ -78,7 +78,7 @@ CFLAGS-tst-inlcall.c = -fno-builtin CFLAGS-bug-strstr1.c = -fno-builtin CFLAGS-bug-strcasestr1.c = -fno-builtin -ifeq ($(cross-compiling),no) +ifeq ($(run-built-tests),yes) tests: $(objpfx)tst-svc.out $(objpfx)tst-svc.out: tst-svc.input $(objpfx)tst-svc GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \ -- cgit v1.1