From: Miroslav Lichvar Date: Thu, 12 Sep 2013 12:22:32 +0000 (+0200) Subject: Add dependency on chrony.txt to install target X-Git-Tag: 1.30-pre1~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=169eee6792579c0cf28984a072e4e24a1eb48ff8;p=thirdparty%2Fchrony.git Add dependency on chrony.txt to install target --- diff --git a/Makefile.in b/Makefile.in index 58af97b0..58258af9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -92,7 +92,7 @@ getdate : # For install, don't use the install command, because its switches # seem to vary between systems. -install: chronyd chronyc +install: chronyd chronyc chrony.txt [ -d $(DESTDIR)$(SYSCONFDIR) ] || mkdir -p $(DESTDIR)$(SYSCONFDIR) [ -d $(DESTDIR)$(SBINDIR) ] || mkdir -p $(DESTDIR)$(SBINDIR) [ -d $(DESTDIR)$(BINDIR) ] || mkdir -p $(DESTDIR)$(BINDIR)