From e8bb5c80a6a77e0703bc4227ef99907bff7ac75d Mon Sep 17 00:00:00 2001 From: Mark Kim Date: Mon, 17 Jan 2022 21:44:04 -0500 Subject: [PATCH] Remove install stages not needed on macOS --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eec5c0109..e3c4c2ee5 100644 --- a/Makefile +++ b/Makefile @@ -543,8 +543,8 @@ trans: ###### windows_ARCH_INSTALL:=install-dlls install-tpconf-i18n -macos_ARCH_INSTALL:=install-macbundle TuxPaint.dmg install-man install-importscript install-bash-completion -ios_ARCH_INSTALL:=install-iosbundle install-man install-importscript install-bash-completion +macos_ARCH_INSTALL:=install-macbundle TuxPaint.dmg +ios_ARCH_INSTALL:=install-iosbundle linux_ARCH_INSTALL:=install-xdg install-man install-importscript install-bash-completion ARCH_INSTALL:=$($(OS)_ARCH_INSTALL)