Fix gdb installation, thanks to Alfred Heggestad
[openwrt.git] / toolchain / gdb / Makefile
index 40fc278..5453be7 100644 (file)
@@ -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
This page took 0.021212 seconds and 4 git commands to generate.