add missing dependencies for autorebuild
SVN-Revision: 7022
This commit is contained in:
parent
dfde150066
commit
c7f299dfe5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ ifneq ($(CONFIG_AUTOREBUILD),)
|
|||
define Build/Autoclean
|
||||
$(PKG_BUILD_DIR)/.dep_files: $(STAMP_PREPARED)
|
||||
$(call rdep,${CURDIR},$(STAMP_PREPARED),$(TMP_DIR)/.packagedir_$(shell echo "${CURDIR}" | md5s))
|
||||
$(call rdep,$(PKG_BUILD_DIR),$(STAMP_BUILT),$(PKG_BUILD_DIR)/.dep_files, -and -not -path "/.*" -and -not -path "*/ipkg*")
|
||||
$(call rdep,$(PKG_BUILD_DIR) $(PKG_FILE_DEPEND),$(STAMP_BUILT),$(PKG_BUILD_DIR)/.dep_files, -and -not -path "/.*" -and -not -path "*/ipkg*")
|
||||
endef
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue