From: Yousong Zhou Date: Tue, 30 Jan 2018 06:34:59 +0000 (+0800) Subject: openssl: remove call to now absent clean-staging make target X-Git-Tag: v18.06.0-rc1~1112 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=c9c2e4d78dc683b46b7f31b230afbdcdc13b81f6;p=openwrt%2F.git 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 --- 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" \