diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-24 14:18:47 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-24 14:18:47 +0000 |
commit | d918871dbcc04445eb814ef6315cf874aebd085a (patch) | |
tree | aff0360250f2c40fbf63c07612c9df3670bf7799 /package | |
parent | 3c4690edd392e7723829359f35f8d0636730acbb (diff) | |
download | buildroot-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')
-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) |