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 f7c984d9f..17fd9621e 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -310,7 +310,7 @@ else $(1)-install-staging: endif -$(1)-build: $(if $$($(2)_SKIP_CONFIGURE),$(1)-patch,$(1)-configure)\ +$(1)-build: $(1)-configure \ $$($(2)_TARGET_BUILD) \ $$($(2)_HOOK_POST_BUILD) |