From 3f36c56313e3694e079494690adf610f484d59b8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 23 Jul 2000 01:23:29 +0000 Subject: Update. 2000-07-22 Ulrich Drepper * grp/Makefile: Change Makefiles and tests to run only when necessary. * malloc/Makefile: Likewise. * malloc/tst-mtrace.sh: Likewise. * posix/Makefile: Likewise. * posix/globtest.sh: Likewise. * posix/wordexp-tst.sh: Likewise. * string/Makefile: Likewise. --- string/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'string') diff --git a/string/Makefile b/string/Makefile index 478ee90758..1ec547e9fb 100644 --- a/string/Makefile +++ b/string/Makefile @@ -62,5 +62,7 @@ CFLAGS-test-ffs.c = -fno-builtin ifeq ($(cross-compiling),no) tests: $(objpfx)tst-svc.out - cmp tst-svc.expect $(objpfx)tst-svc.out +$(objpfx)tst-svc.out: $(objpfx)tst-svc + $(built-program-cmd) $< > $@ + -cmp tst-svc.expect $(objpfx)tst-svc.out endif -- cgit 1.4.1