summaryrefslogtreecommitdiff
path: root/crashrep/source/unx/res/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'crashrep/source/unx/res/makefile.mk')
-rwxr-xr-xcrashrep/source/unx/res/makefile.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/crashrep/source/unx/res/makefile.mk b/crashrep/source/unx/res/makefile.mk
index 80f4ff495468..a20e162f285f 100755
--- a/crashrep/source/unx/res/makefile.mk
+++ b/crashrep/source/unx/res/makefile.mk
@@ -9,6 +9,12 @@ TARGETTYPE=CUI
.INCLUDE : settings.mk
+.IF "$(OS)"=="MACOSX"
+
+dummy:
+ @echo "Nothing to build for OS $(OS)"
+
+.ELSE # "$(OS)"=="MACOSX"
# --- Files --------------------------------------------------------
@@ -18,6 +24,8 @@ APP1TARGET=$(TARGET)
APP1OBJS=$(OBJ)$/unxcrashres.obj
APP1STDLIBS=$(TOOLSLIB) $(SALLIB)
+.ENDIF "$(OS)"=="MACOSX"
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk