diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-12-12 19:59:48 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-12-12 19:59:48 +0100 |
commit | ac2b789d27c6b11c8e89dd6c4cc13a1a42dcda55 (patch) | |
tree | 555bb2c73dd6951f0c98b910b56e5e5e7fa6976b /vbahelper/util | |
parent | f5d7ad8d499636045087296f1338e0ab7f6ce11e (diff) |
for split build filter must depend on vbahelper, not the other way around
Diffstat (limited to 'vbahelper/util')
-rw-r--r-- | vbahelper/util/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vbahelper/util/makefile.mk b/vbahelper/util/makefile.mk index 39bfac956288..e16e7fe1102d 100644 --- a/vbahelper/util/makefile.mk +++ b/vbahelper/util/makefile.mk @@ -60,8 +60,7 @@ SHL1STDLIBS= \ $(SVLLIB) \ $(VCLLIB) \ $(SVTOOLLIB) \ - $(TKLIB) \ - $(MSFILTERLIB) + $(TKLIB) SHL1DEPN= SHL1IMPLIB= i$(TARGET_HELPER) |