diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-11 22:26:56 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-11 22:26:56 +0000 |
commit | a2e5113512e893029a6b8c52b23ab0349ca76071 (patch) | |
tree | a303c3266b1a49f104497c3b7b86b226ab99bbbd /toolchain/gdb/gdb.mk | |
parent | 927c01dd4a45623df173880c2b54ec8024cd8964 (diff) | |
download | buildroot-novena-a2e5113512e893029a6b8c52b23ab0349ca76071.tar.gz buildroot-novena-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.mk | 2 |
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 \ |