last-svn-commit-176-g19fd7f5 Fix the generation of the sps scripts.

* python/Makefile.am (sps, sps-local): Remove a stray slash. --- swilena/ChangeLog | 6 ++++++ swilena/python/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/swilena/ChangeLog b/swilena/ChangeLog index c6fd900..6f2bc48 100644 --- a/swilena/ChangeLog +++ b/swilena/ChangeLog @@ -1,3 +1,9 @@ +2010-05-31 Roland Levillain <roland@lrde.epita.fr> + + Fix the generation of the sps scripts. + + * python/Makefile.am (sps, sps-local): Remove a stray slash. + 2010-05-28 Roland Levillain <roland@lrde.epita.fr> Generate python/data.py. diff --git a/swilena/python/Makefile.am b/swilena/python/Makefile.am index cd02746..252a674 100644 --- a/swilena/python/Makefile.am +++ b/swilena/python/Makefile.am @@ -329,7 +329,7 @@ sps sps-local: Makefile $(srcdir)/sps-common.in rm -f $@ $@.tmp srcdir=''; \ test -f ./$@.in || srcdir=$(srcdir)/; \ - cp $${srcdir}/sps-common.in $@.tmp; \ + cp $${srcdir}sps-common.in $@.tmp; \ $(edit) $${srcdir}$@.in >>$@.tmp chmod +x $@.tmp chmod a-w $@.tmp -- 1.5.6.5
participants (1)
-
Roland Levillain