summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 77da86a..8096242 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -53,7 +53,7 @@ docs/ct-ng.1.gz: docs/ct-ng.1
@echo " GZIP $@"
@gzip -c9 $< >$@
-%: %.in
+%: %.in Makefile
@echo " SED $@"
@sed -r -e 's,@@CT_MAKE@@,$(MAKE),g;' \
-e 's,@@CT_BINDIR@@,$(BINDIR),g;' \