diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-19 20:00:43 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-19 20:00:43 +0000 |
commit | 135948bd500067d766a8bbe0bee0e37d8e491681 (patch) | |
tree | 203d58c7a11dffe4796aee88e766f343ee75d920 /posix/Makefile | |
parent | 3c97f6525fcb4b7696e50d4d7a122daaedf3ea45 (diff) | |
download | glibc-135948bd500067d766a8bbe0bee0e37d8e491681.zip glibc-135948bd500067d766a8bbe0bee0e37d8e491681.tar.gz glibc-135948bd500067d766a8bbe0bee0e37d8e491681.tar.bz2 |
Use $(built-program-cmd) in posix/tst-getconf.sh.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |