diff options
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r-- | package/Makefile.autotools.in | 2 |
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 |