remove getdate.c from repository

Building from repository now requires installed bison, but released
tarballs will still include a generated getdate.c.
This commit is contained in:
Miroslav Lichvar
2015-07-27 16:30:29 +02:00
parent ca8e03b785
commit f88a01e8c7
4 changed files with 3 additions and 2872 deletions

View File

@@ -82,7 +82,7 @@ clean :
-rm -rf .deps
-rm -rf *.dSYM
getdate.c :
getdate.c : getdate.y
bison -o getdate.c getdate.y
# This can be used to force regeneration of getdate.c