diff options
author | Jim Blandy <jimb@codesourcery.com> | 2012-10-23 22:49:59 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-23 22:49:59 +0000 |
commit | 166bca248032399a5a13258b13b8fdb9c1da1ed1 (patch) | |
tree | 9fcbb9e501786c76668381b634022f92f9a84df7 /rt | |
parent | 88866099db3973a1b4d3bb0fb3f45efea067e4e8 (diff) | |
download | glibc-166bca248032399a5a13258b13b8fdb9c1da1ed1.tar glibc-166bca248032399a5a13258b13b8fdb9c1da1ed1.tar.gz glibc-166bca248032399a5a13258b13b8fdb9c1da1ed1.tar.bz2 glibc-166bca248032399a5a13258b13b8fdb9c1da1ed1.zip |
Add and use $(host-built-program-cmd).
Diffstat (limited to 'rt')
-rw-r--r-- | rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile index 941c471688..26d4ffaaf6 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -77,4 +77,4 @@ ifeq (yes,$(build-bounded)) $(tests:%=$(objpfx)%-bp): $(objpfx)librt_b.a $(bounded-thread-library) endif -tst-mqueue7-ARGS = -- $(built-program-cmd) +tst-mqueue7-ARGS = -- $(host-built-program-cmd) |