From 534b6430e85fef1ba17286099f04cea7b8b3ce3c Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 21 Oct 2010 16:27:55 -0500 Subject: Finally, gut the vos module out of the build --- soldep/bootstrp/makefile.mk | 3 +-- soldep/source/makefile.mk | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'soldep') diff --git a/soldep/bootstrp/makefile.mk b/soldep/bootstrp/makefile.mk index 56d3fa1f07f4..60b22427d412 100644 --- a/soldep/bootstrp/makefile.mk +++ b/soldep/bootstrp/makefile.mk @@ -63,8 +63,7 @@ SHL1DEPN =$(SHL1LIBS) SHL1STDLIBS=\ $(TOOLSLIB) \ $(BTSTRPLIB) \ - $(VOSLIB) \ - $(SALLIB) + $(SALLIB) DEF1NAME =$(SHL1TARGET) DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt diff --git a/soldep/source/makefile.mk b/soldep/source/makefile.mk index 5261ee5175f6..0e91135aa6fa 100644 --- a/soldep/source/makefile.mk +++ b/soldep/source/makefile.mk @@ -70,7 +70,6 @@ SHL1STDLIBS = $(SVTOOLLIB) \ $(SOTLIB) \ $(BTSTRPLIB) \ $(TOOLSLIB) \ - $(VOSLIB) \ $(SALLIB) \ $(CPPULIB) \ $(PERL_LIB) @@ -111,7 +110,6 @@ APP1STDLIBS= \ $(SOTLIB) \ $(BTSTRPLIB) \ $(TOOLSLIB) \ - $(VOSLIB) \ $(SALLIB) \ $(CPPULIB) \ $(PERL_LIB) -- cgit