summaryrefslogtreecommitdiffstats
path: root/src/gdb.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdb.mk')
-rw-r--r--src/gdb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdb.mk b/src/gdb.mk
index 633ff7f..f63c5cf 100644
--- a/src/gdb.mk
+++ b/src/gdb.mk
@@ -26,5 +26,5 @@ define $(PKG)_BUILD
--prefix='$(PREFIX)/$(TARGET)' \
CONFIG_SHELL=$(SHELL)
$(MAKE) -C '$(1)' -j '$(JOBS)'
- $(MAKE) -C '$(1)/gdb' -j 1 install
+ $(MAKE) -C '$(1)' -j 1 install
endef