ia64/xen-unstable
changeset 18905:265baac90802
gdbserver: Fix build failure.
From: Edwin Zhai <edwin.zhai@intel.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
From: Edwin Zhai <edwin.zhai@intel.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Wed Dec 10 13:28:58 2008 +0000 (2008-12-10) |
parents | 605ef79ee46c |
children | 415a69b41397 |
files | tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in |
line diff
1.1 --- a/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in Wed Dec 10 13:27:41 2008 +0000 1.2 +++ b/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in Wed Dec 10 13:28:58 2008 +0000 1.3 @@ -83,7 +83,7 @@ READLINE_DEP = $$(READLINE_DIR) 1.4 # -I. for config files. 1.5 # -I${srcdir} for our headers. 1.6 # -I$(srcdir)/../regformats for regdef.h. 1.7 -INCLUDE_CFLAGS = -I. -I${srcdir} -I$(srcdir)/../regformats -I$(INCLUDE_DIR) -I../../../../../libxc/ 1.8 +INCLUDE_CFLAGS = -I. -I${srcdir} -I$(srcdir)/../regformats -I$(INCLUDE_DIR) -I../../../../../libxc/ -I../../../../../include/ 1.9 1.10 # M{H,T}_CFLAGS, if defined, has host- and target-dependent CFLAGS 1.11 # from the config/ directory.