]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
Add dependency on chrony.txt to install target
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 12 Sep 2013 12:22:32 +0000 (14:22 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 12 Sep 2013 12:22:32 +0000 (14:22 +0200)
Makefile.in

index 58af97b054fb28dee6d3cf95e60020a11424916d..58258af93c08c7b8e8b92ea132eb030f94aca8a4 100644 (file)
@@ -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)