summaryrefslogtreecommitdiff
path: root/benchmark-suite
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-11-24 23:39:10 +0100
committerLudovic Courtès <ludo@gnu.org>2009-11-24 23:41:08 +0100
commit981ff600e85790b3f648371cacb18634eb636c64 (patch)
treede26c86376b6ffa3772553189e5f0d15dc7b6cbe /benchmark-suite
parentfeef98f203a7e504557cb5753f06abea96a63ff7 (diff)
downloadguile-981ff600e85790b3f648371cacb18634eb636c64.tar.gz
Fix makefile indentation.
* benchmark-suite/Makefile.am, libguile/Makefile.am, meta/Makefile.am: Use TAB instead of 8 spaces... * .x-sc_makefile_check: New file.
Diffstat (limited to 'benchmark-suite')
-rw-r--r--benchmark-suite/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark-suite/Makefile.am b/benchmark-suite/Makefile.am
index dcadd5869..dc35ed929 100644
--- a/benchmark-suite/Makefile.am
+++ b/benchmark-suite/Makefile.am
@@ -1,6 +1,6 @@
SCM_BENCHMARKS = benchmarks/0-reference.bm \
benchmarks/bytevectors.bm \
- benchmarks/continuations.bm \
+ benchmarks/continuations.bm \
benchmarks/if.bm \
benchmarks/logand.bm \
benchmarks/read.bm \