From 23f00178291b9ff3006f94dbfed4e44ae3dbf9b6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 30 Jul 2007 23:52:17 +0000 Subject: fix a rebuild bug related to quilt SVN-Revision: 8255 --- include/host-build.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/host-build.mk') diff --git a/include/host-build.mk b/include/host-build.mk index e934c91c66..f4b6b449e1 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -80,7 +80,7 @@ ifneq ($(strip $(PKG_SOURCE)),) $(STAMP_PREPARED): $(DL_DIR)/$(PKG_SOURCE) endif -ifneq ($(CONFIG_AUTOREBUILD),) +ifneq ($(if $(QUILT),,$(CONFIG_AUTOREBUILD)),) define HostBuild/Autoclean $(PKG_BUILD_DIR)/.dep_files: $(STAMP_PREPARED) $(call rdep,${CURDIR} $(PKG_FILE_DEPEND),$(STAMP_PREPARED)) @@ -105,7 +105,6 @@ define HostBuild $(STAMP_BUILT): $(STAMP_CONFIGURED) $(call Build/Compile) - @$(NO_TRACE_MAKE) $(PKG_BUILD_DIR)/.dep_files touch $$@ $(STAGING_DIR)/stampfiles/.host_$(PKG_NAME)-installed: $(STAMP_BUILT) -- cgit v1.2.3