summaryrefslogtreecommitdiffstats
path: root/package/Makefile.autotools.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-24 14:18:47 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-24 14:18:47 +0000
commitd918871dbcc04445eb814ef6315cf874aebd085a (patch)
treeaff0360250f2c40fbf63c07612c9df3670bf7799 /package/Makefile.autotools.in
parent3c4690edd392e7723829359f35f8d0636730acbb (diff)
downloadbuildroot-novena-d918871dbcc04445eb814ef6315cf874aebd085a.tar.gz
buildroot-novena-d918871dbcc04445eb814ef6315cf874aebd085a.zip
remove _SKIP_CONFIGURE since it's pointless to try to run it on non-autotool'ed packages anyway (for now)
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r--package/Makefile.autotools.in2
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)