From 734f7609b9cb41e0382187b4713113a6289ade60 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 1 Sep 2014 22:34:37 +0000 Subject: [PATCH] sdk: keep $(STAGING_DIR)/usr/bin, at least curl needs it Signed-off-by: Felix Fietkau SVN-Revision: 42397 --- target/sdk/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 828cff5880..a2cd3a5ab0 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) \ -- 2.30.2