diff options
Diffstat (limited to 'lib/python/Makefile.am')
| -rw-r--r-- | lib/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index cfadc69b..666ba67d 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -31,7 +31,7 @@ EXTRA_DIST = \ .i.cpp: $(AM_V_GEN)$(SWIG) $(AX_SWIG_PYTHON_OPT) -MT $@ -MD -MF $(DEPDIR)/$*.Tpo -I$(top_srcdir) -O -nortti -nothreads -o $@ $< - $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Pcpp + $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Pcpp $(AM_V_at)$(PYTHON) $(srcdir)/enigma_py_patcher.py enigma.py: enigma_python.cpp |
