From: Hamish Moffatt Date: Tue, 8 Jul 2008 06:40:05 +0000 (-0000) Subject: Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anyway X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad36f93d5d2fd30c9b31db13d3b337e566012ddb;p=buildroot.git Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anyway --- diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk index b57c7acf0b..01cddb9027 100644 --- a/package/openssl/openssl.mk +++ b/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