Commit d918871d authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

remove _SKIP_CONFIGURE since it's pointless to try to run it on...

 remove _SKIP_CONFIGURE since it's pointless to try to run it on non-autotool'ed packages anyway (for now)
parent 3c4690ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)