X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/fc916a0942e6ef8f63aefb96119d0e4fd7c7efbb..bd81f0069c5da5f110be81c66af5f1cea91c66bb:/mon/Makefile.am diff --git a/mon/Makefile.am b/mon/Makefile.am index d3053b1b..128c35e3 100644 --- a/mon/Makefile.am +++ b/mon/Makefile.am @@ -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.