summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-25 15:26:44 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-12-22 21:19:00 (GMT)
commit6851997a291b7f2d53136b0dc17a0b2014438468 (patch)
tree6fff0ab923895baf1a52d324e8370b5882cf09ca /Makefile
parentcded114ce350185bec04f26de7eb70eab2826809 (diff)
downloadmxe-6851997a291b7f2d53136b0dc17a0b2014438468.zip
mxe-6851997a291b7f2d53136b0dc17a0b2014438468.tar.gz
mxe-6851997a291b7f2d53136b0dc17a0b2014438468.tar.bz2
Makefile: always touch install markers for empty builds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf6e382..c1fa383 100644
--- a/Makefile
+++ b/Makefile
@@ -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)'
)