this patch fixes a build error with GNU make 3.81 (openwrt trunk r8381)
Index: toolchain/gdb/Makefile
===================================================================
--- toolchain/gdb/Makefile (revision 8381)
+++ toolchain/gdb/Makefile (working copy)
@@ -42,7 +42,7 @@
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
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel