diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:08:03 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:08:03 +0000 |
| commit | 1ada7e4c22d883c1f9fe135626822bcf124ed05e (patch) | |
| tree | a0ae3e339d68621bc0b303527e69617e7ca6aa2b /bindings/python | |
| parent | 4e43c605c28a713ca3d7b4a55ea1b118dc67d43d (diff) | |
| download | lasso-1ada7e4c22d883c1f9fe135626822bcf124ed05e.tar.gz lasso-1ada7e4c22d883c1f9fe135626822bcf124ed05e.tar.xz lasso-1ada7e4c22d883c1f9fe135626822bcf124ed05e.zip | |
[project @ fpeters@0d.be-20080310093300-2iv41ihnuify54po]
merging benjamin branch
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-03-10 10:33:00.592000+01:00
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 65b4be55..62facaff 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -28,6 +28,6 @@ _lasso.c: $(PYTHON) $(top_srcdir)/bindings/bindings.py -l python --src-dir=$(top_srcdir)/lasso/ clean-local: - -rm lasso.py lasso.pyc _lasso.c + -rm -f lasso.py lasso.pyc _lasso.c endif |
