diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2010-11-02 15:08:29 +0100 |
---|---|---|
committer | Thomas Klausner <wiz@NetBSD.org> | 2010-11-02 15:08:29 +0100 |
commit | cd74ca246ec77eeeb875ac0bc074d7aa0acdc296 (patch) | |
tree | f52187c368cb40937261350dadc1d40138b60158 /automation/source/communi/makefile.mk | |
parent | a2aa667c60e05137867cffb68da715c8ae01aa0c (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.mk | 4 |
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 ------------------------------------------------------ |