]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
makefile: regenerate getdate.c when missing
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 13 Aug 2014 11:01:35 +0000 (13:01 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 14 Aug 2014 12:51:24 +0000 (14:51 +0200)
Makefile.in

index 5222ed2627f34d055b7a2b2fe4d8094f84e37623..2bcf5e80e6a81d5f5229bb41c66ad2e4fcfea3c4 100644 (file)
@@ -85,7 +85,10 @@ clean :
        -rm -f *.o *.s chronyc chronyd core *~ chrony.info chrony.html chrony.txt
        -rm -rf .deps
 
-getdate.c : ;
+getdate.c :
+       bison -o getdate.c getdate.y
+
+# This can be used to force regeneration of getdate.c
 getdate :
        bison -o getdate.c getdate.y