summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-05-31 13:45:05 -0600
committerTavian Barnes <tavianator@gmail.com>2011-05-31 13:45:05 -0600
commit066261810c2fca192677c5c1c01c91d6ecec65a0 (patch)
tree237ccff7b918b8805b2911b14446afc31e1cdd1e /Makefile.am
parent141732e737eb7e9a1677fc3b5aa9ebcd66de3aca (diff)
downloaddimension-066261810c2fca192677c5c1c01c91d6ecec65a0.tar.xz
Don't make top-level bench depend on all-recursive.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 74f1099..a94c4a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ SUBDIRS = libdimension \
EXTRA_DIST = autogen.sh
-bench: all-recursive
+bench:
cd libdimension && $(MAKE) $(AM_MAKEFLAGS) bench
doc: