From 00a69308554d56ce0c6bd2609df0bd4350fae3ae Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 12 Aug 2002 14:33:54 +0000 Subject: [PATCH] (INCLUDES): Do not include from the intl directory, which has been removed. --- src/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 -- 2.47.2