chiark / gitweb /
Build system: Use Automake 1.11 `silent-rules'.
[tripe] / Makefile.am
index 7cbef362826cb4ef679cf5d5cbfc26d07435caf1..3984556b47f68aed0efc473b445e4793e9c8c475 100644 (file)
@@ -79,7 +79,7 @@ EXTRA_DIST            += tripe.pc.in
 CLEANFILES             += tripe.pc
 
 tripe.pc: tripe.pc.in Makefile
-       $(confsubst) $(srcdir)/tripe.pc.in >$@.new $(SUBSTITUTIONS) && \
+       $(SUBST) $(srcdir)/tripe.pc.in >$@.new $(SUBSTITUTIONS) && \
                mv $@.new $@
 
 ###--------------------------------------------------------------------------