diff options
author | Rob Funk <rfunk@funknet.net> | 2004-06-18 03:15:36 +0000 |
---|---|---|
committer | Rob Funk <rfunk@funknet.net> | 2004-06-18 03:15:36 +0000 |
commit | f986034601f413211a39972cbae587500e82adfd (patch) | |
tree | cec91fec3d6af81500839a605999a247e63e07de /po | |
parent | c0573a237af3dc90386646efea80f65b688ed23c (diff) | |
download | fetchmail-f986034601f413211a39972cbae587500e82adfd.tar.gz fetchmail-f986034601f413211a39972cbae587500e82adfd.tar.bz2 fetchmail-f986034601f413211a39972cbae587500e82adfd.zip |
Use yacc/bison source, not its output
svn path=/trunk/; revision=3887
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index d2c18793..f72e66f8 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -52,7 +52,7 @@ GMOFILES = @GMOFILES@ DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) -POTFILES = $(top_builddir)/rcfile_y.c \ +POTFILES = $(top_builddir)/rcfile_y.y \ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ |