summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-12-24 19:16:29 +0100
committerJim Meyering <meyering@redhat.com>2010-01-06 10:34:59 +0100
commitd857219e370bde27ae5b42a5fbe2d7e1bcee9076 (patch)
tree154a6011e1f60751af6e947a2931bb87d543f663 /src
parenta9d0076476610488a16459f1559bca4526eca28d (diff)
downloadgrep-d857219e370bde27ae5b42a5fbe2d7e1bcee9076.tar.gz
build: remove now-useless -I../intl option
* src/Makefile.am (INCLUDES): Remove -I../intl, now that intl is gone.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8fdb964f..20c68552 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,7 @@ noinst_HEADERS = grep.h dfa.h kwset.h getpagesize.h system.h mbsupport.h
LDADD = $(LIBINTL) ../lib/libgreputils.a
grep_LDADD = $(PCRE_LIBS) $(LDADD)
localedir = $(datadir)/locale
-INCLUDES = -I../intl -I$(top_srcdir)/lib -DLOCALEDIR=\"$(localedir)\"
+INCLUDES = -I$(top_srcdir)/lib -DLOCALEDIR=\"$(localedir)\"
EXTRA_DIST = \
dosbuf.c \