diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 16:02:40 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:34 -0500 |
commit | 1df23c08d442cc3e5d3714b54b8d5ab73327b954 (patch) | |
tree | f8a92489802a454e2d3d4e5a5bcd9e47884ad294 /ucb | |
parent | 119873328acd70ca3569c21a0b1fe36277e8bf4c (diff) |
Finally, gut the vos module out of the build
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/workben/ucb/makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ucb/workben/ucb/makefile.mk b/ucb/workben/ucb/makefile.mk index 9a9992a3a7fd..54f100b819cc 100644 --- a/ucb/workben/ucb/makefile.mk +++ b/ucb/workben/ucb/makefile.mk @@ -69,7 +69,6 @@ COMPHELPERLIB=icomphelp2.lib APP1STDLIBS=\ $(SALLIB) \ - $(VOSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ |