瀏覽代碼

Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anyway

Hamish Moffatt 17 年之前
父節點
當前提交
ad36f93d5d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      package/openssl/openssl.mk

+ 0 - 1
package/openssl/openssl.mk

@@ -40,7 +40,6 @@ ifeq ($(BR2_avr32),)
 endif
 	$(SED) '/CFLAG=/s,/;, $(shell echo '$(TARGET_CFLAGS)' | sed -e 's/\//\\\\\//g')/;,' \
 		$(OPENSSL_DIR)/Configure
-	$(CONFIG_UPDATE) $(OPENSSL_DIR)
 	touch $@
 
 $(OPENSSL_DIR)/Makefile: $(OPENSSL_DIR)/.unpacked