1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fix syntax error in benchmark-suite/Makefile.am

* benchmark-suite/Makefile.am (SCM_BENCHMARKS): Correct position of
  a trailing backslash.
This commit is contained in:
Andreas Rottmann 2011-03-20 00:49:07 +01:00
parent d78de77f43
commit 75847d5767

View file

@ -14,8 +14,8 @@ SCM_BENCHMARKS = benchmarks/0-reference.bm \
benchmarks/uniform-vector-read.bm \
benchmarks/vectors.bm \
benchmarks/vlists.bm \
benchmarks/write.bm
benchmarks/strings.bm \
benchmarks/write.bm \
benchmarks/strings.bm
EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS) \
ChangeLog-2008