diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 20:34:43 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 20:34:43 +0100 |
| commit | 13adfe12a68b2c8ef6bea4e604b5870b3c661015 (patch) | |
| tree | 9b690ea57f71ff275bfbc5c8eb7553aab7fb1651 | |
| parent | ab7b9a84ff8be233c79088a4f3ac3583f5e79dca (diff) | |
| download | enigma2-13adfe12a68b2c8ef6bea4e604b5870b3c661015.tar.gz enigma2-13adfe12a68b2c8ef6bea4e604b5870b3c661015.zip | |
$(am__mv) requires automake 1.11 or later, so use plain 'mv -f' instead
| -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 |
