chiark / gitweb /
Build system: Use Automake 1.11 `silent-rules'.
[tripe] / py / Makefile.am
index 464465608b61f1efd9389449883187ab81135344..03163bac6b3b2f355fa4b6212d6af288166d1d1b 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.