From: Baruch Siach Date: Tue, 13 Jan 2015 12:36:05 +0000 (+0200) Subject: botan: remove redundant INSTALL_TARGET X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5cb5492ec5603737b8e3162f4844dfcfc7a21ae7;p=buildroot.git botan: remove redundant INSTALL_TARGET INSTALL_TARGET defaults to YES. Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- diff --git a/package/botan/botan.mk b/package/botan/botan.mk index 9c41c9bd69..27926a8f83 100644 --- a/package/botan/botan.mk +++ b/package/botan/botan.mk @@ -11,7 +11,6 @@ BOTAN_LICENSE = BSD-2c BOTAN_LICENSE_FILES = doc/license.txt BOTAN_INSTALL_STAGING = YES -BOTAN_INSTALL_TARGET = YES BOTAN_CONF_OPTS = \ --cpu=$(BR2_ARCH) \