remove _SKIP_CONFIGURE since it's pointless to try to run it on non-autotool'ed...
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 24 Aug 2007 14:18:47 +0000 (14:18 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 24 Aug 2007 14:18:47 +0000 (14:18 -0000)
package/Makefile.autotools.in

index f7c984d9f578ca99cb0a2203d54c2bbb297b8044..17fd9621ecc5400257d609d82c44edefabfca0b9 100644 (file)
@@ -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)