chiark / gitweb /
Build system: Use Automake 1.11 `silent-rules'.
[tripe] / mon / Makefile.am
index d3053b1bf77d553a28d4fef364852f15123c436b..128c35e3e16bffd77662b6025094fb3610263118 100644 (file)
@@ -37,7 +37,7 @@ EXTRA_DIST            += tripemon.in
 CLEANFILES             += tripemon
 
 tripemon: tripemon.in Makefile
-       $(confsubst) $(srcdir)/tripemon.in >$@.new $(SUBSTITUTIONS) && \
+       $(SUBST) $(srcdir)/tripemon.in >$@.new $(SUBSTITUTIONS) && \
                chmod +x $@.new && mv $@.new $@
 
 ## Manual page.