mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 03:35:06 -05:00
makefile: regenerate getdate.c when missing
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user