diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-23 23:32:14 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-23 23:32:14 +0000 |
commit | ebfd1bbd04fcc82c34d6f46d942ab763a60ede03 (patch) | |
tree | 8db6fe5dbf21053fdddc7f498b7023b5d2427749 /posix/Makefile | |
parent | 166bca248032399a5a13258b13b8fdb9c1da1ed1 (diff) | |
download | glibc-ebfd1bbd04fcc82c34d6f46d942ab763a60ede03.zip glibc-ebfd1bbd04fcc82c34d6f46d942ab763a60ede03.tar.gz glibc-ebfd1bbd04fcc82c34d6f46d942ab763a60ede03.tar.bz2 |
Use $(run-program-prefix) in posix/globtest.sh.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index f82fff9..1871e72 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -117,8 +117,7 @@ ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) tests: $(objpfx)globtest.out $(objpfx)wordexp-tst.out $(objpfx)globtest.out: globtest.sh $(objpfx)globtest - $(SHELL) $< $(common-objpfx) $(elf-objpfx) \ - $(rtld-installed-name) + $(SHELL) $< $(common-objpfx) '$(run-program-prefix)' $(objpfx)wordexp-tst.out: wordexp-tst.sh $(objpfx)wordexp-test $(SHELL) $< $(common-objpfx) '$(run-program-prefix)' endif |