mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 23:35:06 -05:00
Include getdate.y to allow regenerating getdate.c
Taken from GNU tar-1.13. Patched yylex and yyerror declarations to avoid compiler warnings.
This commit is contained in:
@@ -89,6 +89,9 @@ clean :
|
|||||||
version.h : version.txt
|
version.h : version.txt
|
||||||
./mkversion
|
./mkversion
|
||||||
|
|
||||||
|
getdate.c : ;
|
||||||
|
getdate :
|
||||||
|
bison -o getdate.c getdate.y
|
||||||
|
|
||||||
# For install, don't use the install command, because its switches
|
# For install, don't use the install command, because its switches
|
||||||
# seem to vary between systems.
|
# seem to vary between systems.
|
||||||
|
|||||||
Reference in New Issue
Block a user