summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/gdb.mk
diff options
context:
space:
mode:
authorUlf Samuelsson2007-08-12 00:26:56 +0200
committerUlf Samuelsson2007-08-12 00:26:56 +0200
commita2e5113512e893029a6b8c52b23ab0349ca76071 (patch)
treea303c3266b1a49f104497c3b7b86b226ab99bbbd /toolchain/gdb/gdb.mk
parentFix mismatch in SDL patch naming convention (diff)
downloadbuildroot-a2e5113512e893029a6b8c52b23ab0349ca76071.tar.gz
buildroot-a2e5113512e893029a6b8c52b23ab0349ca76071.tar.xz
buildroot-a2e5113512e893029a6b8c52b23ab0349ca76071.zip
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib
Diffstat (limited to 'toolchain/gdb/gdb.mk')
-rw-r--r--toolchain/gdb/gdb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk
index 5bd296f2e..3b701e423 100644
--- a/toolchain/gdb/gdb.mk
+++ b/toolchain/gdb/gdb.mk
@@ -157,7 +157,7 @@ $(GDB_SERVER_DIR)/.configured: $(GDB_DIR)/.unpacked
--localstatedir=/var \
--mandir=/usr/man \
--infodir=/usr/info \
- --includedir=$(STAGING_DIR)/include \
+ --includedir=$(STAGING_DIR)/usr/include \
$(DISABLE_NLS) \
--without-uiout $(DISABLE_GDBMI) \
--disable-tui --disable-gdbtk --without-x \