diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-01 22:34:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-01 22:34:37 +0000 |
commit | 734f7609b9cb41e0382187b4713113a6289ade60 (patch) | |
tree | 81708017673a3a567c0c4e44830cbbf0343cdbbf /target | |
parent | e82f16117f8a08985f344df19be977016e580d0a (diff) | |
download | upstream-734f7609b9cb41e0382187b4713113a6289ade60.tar.gz upstream-734f7609b9cb41e0382187b4713113a6289ade60.tar.bz2 upstream-734f7609b9cb41e0382187b4713113a6289ade60.zip |
sdk: keep $(STAGING_DIR)/usr/bin, at least curl needs it
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42397
Diffstat (limited to 'target')
-rw-r--r-- | target/sdk/Makefile | 3 |
1 files changed, 1 insertions, 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) \ |