diff options
Diffstat (limited to 'package')
-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 b7a710359..fc5bcee34 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -162,7 +162,7 @@ define AUTORECONF_HOOK fi endef -ifeq ($($(2)_AUTORECONF),YES) +ifeq ($$($(2)_AUTORECONF),YES) $(2)_POST_PATCH_HOOKS += AUTORECONF_HOOK $(2)_DEPENDENCIES += host-automake host-autoconf host-libtool endif |