From 135948bd500067d766a8bbe0bee0e37d8e491681 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 19 Oct 2012 20:00:43 +0000 Subject: Use $(built-program-cmd) in posix/tst-getconf.sh. --- posix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/Makefile') diff --git a/posix/Makefile b/posix/Makefile index 182c120..153f446 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -277,7 +277,7 @@ $(objpfx)tst-boost-mem: $(objpfx)tst-boost.out $(common-objpfx)malloc/mtrace $(objpfx)tst-boost.mtrace > $@ $(objpfx)tst-getconf.out: tst-getconf.sh $(objpfx)getconf - $(SHELL) $< $(common-objpfx) $(elf-objpfx) $(rtld-installed-name) + $(SHELL) $< $(common-objpfx) '$(built-program-cmd)' ifeq (yes,$(build-shared)) $(objpfx)tst-regex: $(common-objpfx)rt/librt.so -- cgit v1.1