Makefile: always touch install markers for empty builds

This commit is contained in:
Tony Theodore 2017-11-26 02:26:44 +11:00
parent cded114ce3
commit 6851997a29
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ $(PREFIX)/$(3)/installed/$(1): $(PKG_MAKEFILES) \
)
$(else),
@$(PRINTF_FMT) '[$(or $($(PKG)_TYPE),disabled)]' '$(1)' '$(3)' | $(RTRIM)
$(if $(filter $($(PKG)_TYPE),$(BUILD_PKG_TYPES)),@touch '$(PREFIX)/$(3)/installed/$(1)')
@touch '$(PREFIX)/$(3)/installed/$(1)'
)