summaryrefslogtreecommitdiffstats
path: root/package/Makefile.autotools.in
diff options
context:
space:
mode:
authorThomas Petazzoni2010-04-28 23:40:47 +0200
committerPeter Korsgaard2010-05-02 23:26:31 +0200
commit87d0af93d476645d6eaab5caf6c3e8f2f05cd2b6 (patch)
treec685bbf9603a403c51b7af803cf0e1cdd4f35a4b /package/Makefile.autotools.in
parentpackages: remove useless HOST_*_LIBTOOL_PATCH (diff)
downloadbuildroot-87d0af93d476645d6eaab5caf6c3e8f2f05cd2b6.tar.gz
buildroot-87d0af93d476645d6eaab5caf6c3e8f2f05cd2b6.tar.xz
buildroot-87d0af93d476645d6eaab5caf6c3e8f2f05cd2b6.zip
autotools: fix referencing to LIBTOOL_PATCH variable
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r--package/Makefile.autotools.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index bbc79b7c8..67cc88abe 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