From: Miroslav Lichvar Date: Wed, 13 Aug 2014 11:01:35 +0000 (+0200) Subject: makefile: regenerate getdate.c when missing X-Git-Tag: 1.31-pre1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80129fa9ab02d84bb1b1f69ab7e246989b16444b;p=thirdparty%2Fchrony.git makefile: regenerate getdate.c when missing --- diff --git a/Makefile.in b/Makefile.in index 5222ed26..2bcf5e80 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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