about summary refs log tree commit diff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-16 14:07:21 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-16 14:07:21 +0530
commita2964074322106ab2350cdefa676de3664083b0a (patch)
tree4f364c3ec966dd837257008580eb0604a398b4b6 /Makefile.in
parent9fbf9acabe941408b77aa03703b5685d60ef3ab3 (diff)
downloadglibc-a2964074322106ab2350cdefa676de3664083b0a.tar.gz
glibc-a2964074322106ab2350cdefa676de3664083b0a.tar.xz
glibc-a2964074322106ab2350cdefa676de3664083b0a.zip
Add target bench-clean
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d8424ee432..945bc32d4d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -12,7 +12,7 @@ install:
 	LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
 	$(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
 
-bench:
+bench bench-clean:
 	$(MAKE) -C $(srcdir)/benchtests $(PARALLELMFLAGS) objdir=`pwd` $@
 
 # Convenience target to rebuild ULPs for all math tests.