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:
parent
d78de77f43
commit
75847d5767
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue