aboutsummaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorRob Funk <rfunk@funknet.net>2004-06-18 03:15:36 +0000
committerRob Funk <rfunk@funknet.net>2004-06-18 03:15:36 +0000
commitf986034601f413211a39972cbae587500e82adfd (patch)
treecec91fec3d6af81500839a605999a247e63e07de /po
parentc0573a237af3dc90386646efea80f65b688ed23c (diff)
downloadfetchmail-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.in2
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@