X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fpackage.mk;h=191dec9ca7a2edf384b2744c48e5fd78d9dff35a;hb=4aa0eb32115f6a24409bcfa71c969e7b40e1c2a9;hp=7e0501c55404c6169b6062dc1652212be83a165d;hpb=5bc334e5a7b72609136a2673bcb9e946009d9c6a;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/include/package.mk b/include/package.mk index 7e0501c554..191dec9ca7 100644 --- a/include/package.mk +++ b/include/package.mk @@ -79,7 +79,7 @@ define Build/DefaultTargets $(STAMP_CONFIGURED) : export PATH=$$(TARGET_PATH_PKG) $(STAMP_CONFIGURED) : export CONFIG_SITE:=$$(CONFIG_SITE) - $(STAMP_CONFIGURED): $(STAMP_PREPARED) $(HOST_STAMP_INSTALLED) + $(STAMP_CONFIGURED): $(STAMP_PREPARED) $(foreach hook,$(Hooks/Configure/Pre),$(call $(hook))$(sep)) $(Build/Configure) $(foreach hook,$(Hooks/Configure/Post),$(call $(hook))$(sep))