summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-03-31 22:51:14 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-03-31 22:51:14 +0000
commit4b0adf2ebdb12f6e04c8cb975f21891709c035f4 (patch)
tree99b538c79cd2fac4ed6f70d7fb4c2257f98de5c3
parentc73038f6381cf364148fb2818e04fa3793f632f9 (diff)
downloadgdb-4b0adf2ebdb12f6e04c8cb975f21891709c035f4.tar.gz
Correct path to expat headers.
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 81761346715..27debb668c1 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -129,7 +129,7 @@ READLINE_CFLAGS = -I$(READLINE_SRC)/..
# Where is the expat library? Typically in ../expat.
EXPAT = ../expat/.libs/libexpat.a
-EXPAT_CFLAGS = -I$(srcdir)/expat/lib -I../expat
+EXPAT_CFLAGS = -I$(srcdir)/../expat/lib -I../expat
WARN_CFLAGS = @WARN_CFLAGS@
WERROR_CFLAGS = @WERROR_CFLAGS@