From: Thomas Petazzoni Date: Wed, 28 Apr 2010 21:40:47 +0000 (+0200) Subject: autotools: fix referencing to LIBTOOL_PATCH variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87d0af93d476645d6eaab5caf6c3e8f2f05cd2b6;p=buildroot.git autotools: fix referencing to LIBTOOL_PATCH variable Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index bbc79b7c8b..67cc88abe4 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -152,7 +152,7 @@ define LIBTOOL_PATCH_HOOK endef # default values are not evaluated yet, so don't rely on this defaulting to YES -ifneq ($($(2)_LIBTOOL_PATCH),NO) +ifneq ($$($(2)_LIBTOOL_PATCH),NO) $(2)_POST_PATCH_HOOKS += LIBTOOL_PATCH_HOOK endif