oops, previous commit was broken. remove wrong line break.

SVN-Revision: 12570
This commit is contained in:
Lars-Peter Clausen 2008-09-11 16:17:28 +00:00
parent 013d074603
commit 3601e8b9bb
1 changed files with 1 additions and 2 deletions

View File

@ -95,8 +95,7 @@ define Build/DefaultTargets
)
$(call Build/InstallDev,$(TMP_DIR)/stage-$(PKG_NAME),$(TMP_DIR)/stage-$(PKG_NAME)/host)
$(foreach hook,$(Hooks/InstallDev/Post),\
$(call $(hook),$(TMP_DIR)/stage-$(PKG_NAME),$(TMP_DIR)/stage-$(PKG_NAME)/host
)$(sep)\
$(call $(hook),$(TMP_DIR)/stage-$(PKG_NAME),$(TMP_DIR)/stage-$(PKG_NAME)/host)$(sep)\
)
if [ -d $(TMP_DIR)/stage-$(PKG_NAME) ]; then \
(cd $(TMP_DIR)/stage-$(PKG_NAME); find ./ > $(STAGING_DIR)/packages/$(PKG_NAME).list); \