1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

Fix gdb installation, thanks to Alfred Heggestad

SVN-Revision: 8383
This commit is contained in:
Florian Fainelli 2007-08-09 21:38:05 +00:00
parent 46cbd5012e
commit b682b4a79e

@ -42,7 +42,7 @@ endef
define Build/Install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/gdb/gdb $(TARGET_CROSS)gdb
ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/$(GNU_TARGET_NAME)-gdb; \
ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/$(GNU_TARGET_NAME)-gdb
endef
define Build/Clean