]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Correct path to expat headers.
authorDaniel Jacobowitz <drow@false.org>
Fri, 31 Mar 2006 22:51:14 +0000 (22:51 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 31 Mar 2006 22:51:14 +0000 (22:51 +0000)
gdb/Makefile.in

index 8176134671510937ac5b1174e0a96d4041b789fd..27debb668c1ae82632570f784f72c0a11527c906 100644 (file)
@@ -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@