From: Simon Dawson Date: Wed, 26 Feb 2014 17:56:53 +0000 (+0000) Subject: libtpl: remove unnecessary autoreconf options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd59a5dafa97a9e43d995b33163f3856644485ac;p=buildroot.git libtpl: remove unnecessary autoreconf options The default $(PKG)_AUTORECONF_OPT already includes the -i and -f flags, so there is no point in specifying these in the package makefile. Signed-off-by: Simon Dawson Signed-off-by: Peter Korsgaard --- diff --git a/package/libtpl/libtpl.mk b/package/libtpl/libtpl.mk index ff05991395..1d4becf4b0 100644 --- a/package/libtpl/libtpl.mk +++ b/package/libtpl/libtpl.mk @@ -11,7 +11,6 @@ LIBTPL_LICENSE = BSD-like LIBTPL_LICENSE_FILES = LICENSE LIBTPL_AUTORECONF = YES -LIBTPL_AUTORECONF_OPT = --install --force define LIBTPL_CREATE_MISSING_FILES touch $(@D)/NEWS $(@D)/AUTHORS $(@D)/ChangeLog $(@D)/COPYING