From 09604cf8557a037186b543c417ad844458ea786b Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 1 Feb 2011 18:58:48 +0000 Subject: linux-atm: fix path to the correct objcopy tool git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25285 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/linux-atm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/linux-atm/Makefile') diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 8a759df56..b88928df8 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -68,7 +68,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/src/qgen \ LDFLAGS="" \ all - $(MAKE) -C $(PKG_BUILD_DIR) all + $(MAKE) -C $(PKG_BUILD_DIR) OBJCOPY=$(TARGET_CROSS)objcopy all endef define Build/InstallDev -- cgit v1.2.3