From: Bernhard Reutner-Fischer Date: Fri, 24 Aug 2007 14:18:47 +0000 (-0000) Subject: remove _SKIP_CONFIGURE since it's pointless to try to run it on non-autotool'ed... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d918871dbcc04445eb814ef6315cf874aebd085a;p=buildroot.git remove _SKIP_CONFIGURE since it's pointless to try to run it on non-autotool'ed packages anyway (for now) --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index f7c984d9f5..17fd9621ec 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)