diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2010-11-02 17:00:18 +0100 |
---|---|---|
committer | Thomas Klausner <wiz@NetBSD.org> | 2010-11-02 17:00:18 +0100 |
commit | aa3b88a93b0fb390db72d2fbcf1972349c62c14a (patch) | |
tree | e07f65e664f246fbf14b6e2e1d645357d2f7aaff /sd/source | |
parent | d35c5505df8b43bf454e166b22d7276155e8d7f6 (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.mk | 7 |
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 ------------------------------------------------------- |