aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2018-01-30 14:34:59 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2018-01-30 14:36:44 +0800
commitc9c2e4d78dc683b46b7f31b230afbdcdc13b81f6 (patch)
tree58762f68a7ecd8f40ace094d162496b1df164153 /package/libs/openssl
parentf65591f1137b121857bfb6c1239c8f2a9503a357 (diff)
downloadupstream-c9c2e4d78dc683b46b7f31b230afbdcdc13b81f6.tar.gz
upstream-c9c2e4d78dc683b46b7f31b230afbdcdc13b81f6.tar.bz2
upstream-c9c2e4d78dc683b46b7f31b230afbdcdc13b81f6.zip
openssl: remove call to now absent clean-staging make target
It's not needed now since commit a621b8c ("include: clean package staging dir files before configure") Fixes FS#1309 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/libs/openssl')
-rw-r--r--package/libs/openssl/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index 9c4a39e6a4..95e6cff864 100644
--- a/package/libs/openssl/Makefile
+++ b/package/libs/openssl/Makefile
@@ -194,9 +194,6 @@ define Build/Configure
$(OPENSSL_NO_CIPHERS) \
$(OPENSSL_OPTIONS) \
)
- # XXX: OpenSSL "make depend" will look for installed headers before its own,
- # so remove installed stuff first
- -$(SUBMAKE) -j1 clean-staging
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
CROSS_COMPILE="$(TARGET_CROSS)" \
MAKEDEPPROG="$(TARGET_CROSS)gcc" \