aboutsummaryrefslogtreecommitdiff
path: root/libio/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-02-11 12:07:07 +0000
committerAndreas Jaeger <aj@suse.de>2001-02-11 12:07:07 +0000
commit5a7eedfbe62cfbf1485dda60b350d3fb4867fedd (patch)
tree8e34770d4ce2e5a37f9a7d46efc4f783355383fb /libio/Makefile
parent27844eed6cae55f7dfdbf5480ad228c2519878b0 (diff)
downloadglibc-5a7eedfbe62cfbf1485dda60b350d3fb4867fedd.tar
glibc-5a7eedfbe62cfbf1485dda60b350d3fb4867fedd.tar.gz
glibc-5a7eedfbe62cfbf1485dda60b350d3fb4867fedd.tar.bz2
glibc-5a7eedfbe62cfbf1485dda60b350d3fb4867fedd.zip
Use run_program_prefix.
Diffstat (limited to 'libio/Makefile')
-rw-r--r--libio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile
index e6a9bb7ac2..80d84e549d 100644
--- a/libio/Makefile
+++ b/libio/Makefile
@@ -100,4 +100,5 @@ include ../Rules
tests: $(objpfx)test-freopen.out
$(objpfx)test-freopen.out: test-freopen.sh $(objpfx)test-freopen
- $(SHELL) -e $< $(common-objpfx) $(common-objpfx)libio/
+ $(SHELL) -e $< $(common-objpfx) '$(run-program-prefix)' \
+ $(common-objpfx)libio/