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 b24c2b1af..3e2136937 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -177,7 +177,7 @@ define AUTORECONF_HOOK endef ifeq ($$($(2)_AUTORECONF),YES) -$(2)_POST_PATCH_HOOKS += AUTORECONF_HOOK +$(2)_PRE_CONFIGURE_HOOKS += AUTORECONF_HOOK $(2)_DEPENDENCIES += host-automake host-autoconf host-libtool endif |