X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/6b6ad6702f305891ced3b9a7cf3061c75eabda86..101acb51a8d63adc10e76027bc25503df8c55a1f:/mon/Makefile.am diff --git a/mon/Makefile.am b/mon/Makefile.am index 425a2a59..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. @@ -45,9 +45,4 @@ man_MANS += tripemon.1 CLEANFILES += tripemon.1 EXTRA_DIST += tripemon.1.in -tripemon.1: tripemon.1.in Makefile - $(confsubst) $(srcdir)/tripemon.1.in >$@.new $(SUBSTITUTIONS) && \ - mv $@.new $@ - - ###----- That's all, folks --------------------------------------------------