diff --git a/Makefile.in b/Makefile.in index 5222ed2..2bcf5e8 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