From: nbd Date: Mon, 1 Sep 2014 22:34:49 +0000 (+0000) Subject: sdk: keep $(STAGING_DIR)/usr/bin, at least curl needs it X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=8f2da6ce6a2fd29acd07fbe5d9d35d096dda98bc;p=openwrt-14.07%2F.git sdk: keep $(STAGING_DIR)/usr/bin, at least curl needs it Signed-off-by: Felix Fietkau Backport of r42397 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42398 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 828cff5..a2cd3a5 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -31,8 +31,7 @@ EXCLUDE_DIRS:=*/ccache \ *.install.clean \ *.install.flags \ *.install \ - */doc \ - $(STAGING_SUBDIR_TARGET)/usr/bin + */doc SDK_DIRS = \ $(STAGING_SUBDIR_HOST) \