summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-21 16:27:55 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:27 -0500
commit534b6430e85fef1ba17286099f04cea7b8b3ce3c (patch)
tree5e969f77c42390478f3909a3e6458f596ae8799f /soldep
parent4bc5acd6d99fe1bc1ca3cbeebca153f4f179163e (diff)
Finally, gut the vos module out of the build
Diffstat (limited to 'soldep')
-rw-r--r--soldep/bootstrp/makefile.mk3
-rw-r--r--soldep/source/makefile.mk2
2 files changed, 1 insertions, 4 deletions
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)