From d918871dbcc04445eb814ef6315cf874aebd085a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 24 Aug 2007 14:18:47 +0000 Subject: remove _SKIP_CONFIGURE since it's pointless to try to run it on non-autotool'ed packages anyway (for now) --- package/Makefile.autotools.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3