From 166bca248032399a5a13258b13b8fdb9c1da1ed1 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 23 Oct 2012 22:49:59 +0000 Subject: Add and use $(host-built-program-cmd). --- posix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posix/Makefile') diff --git a/posix/Makefile b/posix/Makefile index 6e3d0bb3fd..f82fff93bb 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -170,8 +170,8 @@ CFLAGS-execlp.os = -fomit-frame-pointer tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ --none random --col --color --colour -tst-exec-ARGS = -- $(built-program-cmd) -tst-spawn-ARGS = -- $(built-program-cmd) +tst-exec-ARGS = -- $(host-built-program-cmd) +tst-spawn-ARGS = -- $(host-built-program-cmd) tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir tst-chmod-ARGS = $(objdir) tst-vfork3-ARGS = --test-dir=$(objpfx) -- cgit 1.4.1