From 0ed643665f03cee817f82cb13023a5210149def2 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 10 Apr 2010 22:18:28 +0200 Subject: Update config.{guess,sub} unconditionally Remove the BR2_UPDATE_CONFIG option which allowed to globally enable/disable the replacement of config.{guess,sub} for autotools-based packages. Doing it unconditionnally just works. Signed-off-by: Thomas Petazzoni --- package/Makefile.autotools.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/Makefile.autotools.in') diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index a8dd0511f..a4be8c8b3 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -128,9 +128,7 @@ define UPDATE_CONFIG_HOOK done endef -ifeq ($(BR2_UPDATE_CONFIG),y) $(2)_POST_PATCH_HOOKS += UPDATE_CONFIG_HOOK -endif # # Hook to patch libtool to make it work properly for cross-compilation -- cgit v1.2.3