From 1df23c08d442cc3e5d3714b54b8d5ab73327b954 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 21 Oct 2010 16:02:40 -0500 Subject: Finally, gut the vos module out of the build --- basic/util/makefile.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'basic/util') diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index 629586f0441c..7340d0813954 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -57,13 +57,11 @@ SHL1STDLIBS= \ $(SVTOOLLIB) \ $(SVLLIB) \ $(VCLLIB) \ - $(VOSLIB) \ $(SALLIB) \ $(SALHELPERLIB) \ $(COMPHELPERLIB) \ $(UNOTOOLSLIB) \ $(SOTLIB) \ - $(VOSLIB) \ $(XMLSCRIPTLIB) .IF "$(SOLAR_JAVA)" != "TRUE" -- cgit