Ticket #41600: skip-runtime-po.patch
File skip-runtime-po.patch, 413 bytes (added by larryv (Lawrence Velázquez), 10 years ago) |
---|
-
Makefile.in
old new top_builddir = @top_builddir@ 2102 2102 top_srcdir = @top_srcdir@ 2103 2103 AUTOMAKE_OPTIONS = subdir-objects 2104 2104 ACLOCAL_AMFLAGS = -I m4 2105 SUBDIRS = po runtime-po.2105 SUBDIRS = po . 2106 2106 aclocal_DATA = m4/bison-i18n.m4 2107 2107 2108 2108 # Some of our targets (cross-option.texi, bison.1) use "bison --help".