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:
Miroslav Lichvar 2009-11-27 12:25:36 +01:00
parent dce9607d6e
commit a94380673b
2 changed files with 1052 additions and 0 deletions

View file

@ -89,6 +89,9 @@ clean :
version.h : version.txt
./mkversion
getdate.c : ;
getdate :
bison -o getdate.c getdate.y
# For install, don't use the install command, because its switches
# seem to vary between systems.

1049
getdate.y Normal file

File diff suppressed because it is too large Load diff