diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 54633bde..6c4a5a34 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -23,9 +23,9 @@ $(PYTHON_PACKAGE)_wrap.c $(PYTHON_PACKAGE).py: $(top_srcdir)/swig/Lasso.i $(SWIG) -v -python -module $(PYTHON_PACKAGE) -o $(PYTHON_PACKAGE)_wrap.c $< # Dirty hack, another better way ? -.deps/_$(PYTHON_PACKAGE)_la-$(PYTHON_PACKAGE)_wrap.Plo: - mkdir -p .deps - echo "#dummy" > .deps/_$(PYTHON_PACKAGE)_la-$(PYTHON_PACKAGE)_wrap.Plo +$(DEPDIR)/_$(PYTHON_PACKAGE)_la-$(PYTHON_PACKAGE)_wrap.Plo: + mkdir -p $(DEPDIR) + echo "#dummy" > $(DEPDIR)/_$(PYTHON_PACKAGE)_la-$(PYTHON_PACKAGE)_wrap.Plo SWIG_OUTPUTS = $(PYTHON_PACKAGE)_wrap.c $(PYTHON_PACKAGE).py |
