summaryrefslogtreecommitdiff
path: root/automation/source/communi/makefile.mk
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
commitcd74ca246ec77eeeb875ac0bc074d7aa0acdc296 (patch)
treef52187c368cb40937261350dadc1d40138b60158 /automation/source/communi/makefile.mk
parenta2aa667c60e05137867cffb68da715c8ae01aa0c (diff)
Add some more files to EXCEPTIONSFILES, needed on at least NetBSD.
Diffstat (limited to 'automation/source/communi/makefile.mk')
-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 1d01badab..b4ca9c67e 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 ------------------------------------------------------