summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a09d892..8c80513 100644
--- a/Makefile
+++ b/Makefile
@@ -22,10 +22,10 @@ install: all
install -m 755 vircmd waitfor $(DESTDIR)$(bindir)
install -m 755 autocluster.hack $(DESTDIR)$(bindir)/autocluster
-debian/changelog: debian/changelog.in
+debian/changelog: debian/changelog.in Makefile
sed -e "s/@@DATE@@/$$(date '+%a, %e %b %Y %T %z')/" -e "s/@@VERSION@@/$(version)/" $< > $@ || rm -f $@
-autocluster.spec: autocluster.spec.in
+autocluster.spec: autocluster.spec.in Makefile
sed -e "s/@@VERSION@@/$(version)/" $< > $@ || rm -f $@
dist: $(genpkg)