Build system: Use Automake 1.11 `silent-rules'.
[tripe] / py / Makefile.am
index 4644656..03163ba 100644 (file)
@@ -40,7 +40,7 @@ CLEANFILES            += tripe.py
 EXTRA_DIST             += tripe.py.in
 
 tripe.py: tripe.py.in Makefile
-       $(confsubst) $(srcdir)/tripe.py.in >$@.new $(SUBSTITUTIONS) && \
+       $(SUBST) $(srcdir)/tripe.py.in >$@.new $(SUBSTITUTIONS) && \
                mv $@.new $@
 
 ## Make sure the modules are compiled.