From: Paul Eggert Date: Mon, 12 Aug 2002 14:33:54 +0000 (+0000) Subject: (INCLUDES): Do not include from the intl directory, which has been removed. X-Git-Tag: BISON-1_49b~25 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/00a69308554d56ce0c6bd2609df0bd4350fae3ae?ds=sidebyside (INCLUDES): Do not include from the intl directory, which has been removed. --- diff --git a/src/Makefile.am b/src/Makefile.am index 8e745d8d..f138f819 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,11 +24,8 @@ DEFS = @DEFS@ \ CFLAGS = @CFLAGS@ $(WARNING_CFLAGS) $(WERROR_CFLAGS) YFLAGS = "-dv" -# libintl.h in is build/intl, intl/libgettext.h in src/, -# config.h in build/. -INCLUDES = -I$(top_builddir)/intl \ - -I$(top_builddir) \ - -I$(top_srcdir)/intl \ +# config.h is in build/. +INCLUDES = -I$(top_builddir) \ -I$(top_srcdir)/lib LDADD = $(INTLLIBS) ../lib/libbison.a