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:
parent
dce9607d6e
commit
a94380673b
2 changed files with 1052 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue