diff mbox

libtpl: remove unnecessary autoreconf options

Message ID 1393437413-21518-1-git-send-email-spdawson@gmail.com
State Accepted
Commit bd59a5dafa97a9e43d995b33163f3856644485ac
Headers show

Commit Message

Simon Dawson Feb. 26, 2014, 5:56 p.m. UTC
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 <spdawson@gmail.com>
---
 package/libtpl/libtpl.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard Feb. 26, 2014, 8:53 p.m. UTC | #1
>>>>> "Simon" == Simon Dawson <spdawson@gmail.com> writes:

 > 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 <spdawson@gmail.com>

Committed to next, thanks.
diff mbox

Patch

diff --git a/package/libtpl/libtpl.mk b/package/libtpl/libtpl.mk
index ff05991..1d4becf 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