From 13adfe12a68b2c8ef6bea4e604b5870b3c661015 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Tue, 16 Nov 2010 20:34:43 +0100 Subject: [PATCH] $(am__mv) requires automake 1.11 or later, so use plain 'mv -f' instead --- lib/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2