makefile: regenerate getdate.c when missing
This commit is contained in:
parent
18796a3c18
commit
80129fa9ab
1 changed files with 4 additions and 1 deletions
|
@ -85,7 +85,10 @@ clean :
|
||||||
-rm -f *.o *.s chronyc chronyd core *~ chrony.info chrony.html chrony.txt
|
-rm -f *.o *.s chronyc chronyd core *~ chrony.info chrony.html chrony.txt
|
||||||
-rm -rf .deps
|
-rm -rf .deps
|
||||||
|
|
||||||
getdate.c : ;
|
getdate.c :
|
||||||
|
bison -o getdate.c getdate.y
|
||||||
|
|
||||||
|
# This can be used to force regeneration of getdate.c
|
||||||
getdate :
|
getdate :
|
||||||
bison -o getdate.c getdate.y
|
bison -o getdate.c getdate.y
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue