last-svn-commit-177-g2358392 Fix cleaning rules.

* python/Makefile.am (CLEANFILES): Add data.py[co]. --- swilena/ChangeLog | 6 ++++++ swilena/python/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/swilena/ChangeLog b/swilena/ChangeLog index 539284d..e4a5f14 100644 --- a/swilena/ChangeLog +++ b/swilena/ChangeLog @@ -1,3 +1,9 @@ +2010-06-02 Roland Levillain <roland@lrde.epita.fr> + + Fix cleaning rules. + + * python/Makefile.am (CLEANFILES): Add data.py[co]. + 2010-01-06 Roland Levillain <roland@lrde.epita.fr> Fix the generation of the sps scripts. diff --git a/swilena/python/Makefile.am b/swilena/python/Makefile.am index a3b883c..738ef3f 100644 --- a/swilena/python/Makefile.am +++ b/swilena/python/Makefile.am @@ -74,7 +74,7 @@ data.py: data.py.in Makefile chmod a-w $@.tmp mv $@.tmp $@ -CLEANFILES = data.py +CLEANFILES = data.py data.py[co] ## ----------------- ## -- 1.5.6.5
participants (1)
-
Roland Levillain