about summary refs log tree commit diff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-03-24 21:16:36 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-03-24 21:16:36 +0530
commit27c673b8de3072caf35bc795aa1cd77a7ca18771 (patch)
tree92046806de6f97a5532ee165f173c9ed74fb1158 /benchtests/Makefile
parent44152e4b05fcc8bae5628cdb37342d9b7bd5ac3c (diff)
downloadglibc-27c673b8de3072caf35bc795aa1cd77a7ca18771.tar.gz
glibc-27c673b8de3072caf35bc795aa1cd77a7ca18771.tar.xz
glibc-27c673b8de3072caf35bc795aa1cd77a7ca18771.zip
benchtests: Move bench.py to benchtests/scripts/
It makes much more sense to have all benchmarking-related scripts in a
single place away from everything else.
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r--benchtests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index 89151b42ae..b331d1a579 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -129,5 +129,5 @@ $(objpfx)bench-%.c: %-inputs $(bench-deps)
 	{ if [ -n "$($*-INCLUDE)" ]; then \
 	  cat $($*-INCLUDE); \
 	fi; \
-	$(..)scripts/bench.py $(patsubst %-inputs,%,$<); } > $@-tmp
+	$(.)scripts/bench.py $(patsubst %-inputs,%,$<); } > $@-tmp
 	mv -f $@-tmp $@