From e40a0d2113bfeb5018409ed25e9711e6da7d994b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 19 Oct 2012 23:30:43 +0000 Subject: Use $(run-program-prefix) in more shell script tests. --- grp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'grp/Makefile') diff --git a/grp/Makefile b/grp/Makefile index 8cb99c1505..1988cbf10f 100644 --- a/grp/Makefile +++ b/grp/Makefile @@ -55,8 +55,7 @@ ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) tests: $(objpfx)tst_fgetgrent.out $(objpfx)tst_fgetgrent.out: tst_fgetgrent.sh $(objpfx)tst_fgetgrent - $(SHELL) $< $(common-objpfx) $(elf-objpfx) \ - $(rtld-installed-name) + $(SHELL) $< $(common-objpfx) '$(run-program-prefix)' endif endif -- cgit v1.2.3