summaryrefslogtreecommitdiff
path: root/automation/source/communi
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2010-11-02 15:08:29 +0100
committerThomas Klausner <wiz@NetBSD.org>2010-11-02 15:08:29 +0100
commit4fd29f3d182f2c651b0923e8a58d7df74e47b0a4 (patch)
treeeb76a97e49de94941ef1e440753d03b2b8294245 /automation/source/communi
parent3fae82287065ff398c82f95ed7389d43d4afe7a6 (diff)
Add some more files to EXCEPTIONSFILES, needed on at least NetBSD.
Diffstat (limited to 'automation/source/communi')
-rw-r--r--automation/source/communi/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/automation/source/communi/makefile.mk b/automation/source/communi/makefile.mk
index 1d01badab455..b4ca9c67e508 100644
--- a/automation/source/communi/makefile.mk
+++ b/automation/source/communi/makefile.mk
@@ -36,7 +36,9 @@ TARGET=communi
# --- Files --------------------------------------------------------
-SLOFILES= \
+SLOFILES= $(EXCEPTIONSFILES)
+
+EXCEPTIONSFILES= \
$(SLO)$/communi.obj
# --- Targets ------------------------------------------------------