summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2010-11-02 17:00:18 +0100
committerThomas Klausner <wiz@NetBSD.org>2010-11-02 17:00:18 +0100
commitaa3b88a93b0fb390db72d2fbcf1972349c62c14a (patch)
treee07f65e664f246fbf14b6e2e1d645357d2f7aaff /sd/source
parentd35c5505df8b43bf454e166b22d7276155e8d7f6 (diff)
Add more files to EXCEPTIONSFILES, needed on at least NetBSD.
While here, remove pptin.obj from EXCEPTIONSFILES, it's not in SLOFILES and doesn't exist here. Ok caolan.
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/filter/makefile.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/sd/source/filter/makefile.mk b/sd/source/filter/makefile.mk
index 554b1c5367be..78d383e03c5d 100644
--- a/sd/source/filter/makefile.mk
+++ b/sd/source/filter/makefile.mk
@@ -43,12 +43,11 @@ CDEFS+= -DDBG_ANIM_LOG
# --- Files --------------------------------------------------------
SLOFILES =\
- $(SLO)$/sdfilter.obj \
- $(SLO)$/sdpptwrp.obj
+ $(EXCEPTIONSFILES)
EXCEPTIONSFILES= \
- $(SLO)$/pptin.obj \
- $(SLO)$/sdfilter.obj
+ $(SLO)$/sdfilter.obj \
+ $(SLO)$/sdpptwrp.obj
# --- Tagets -------------------------------------------------------