summaryrefslogtreecommitdiff
path: root/tools/bootstrp/addexes2
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-21 17:34:55 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:38 -0500
commitab9eecc53a6f87ccb6004e21c44d73b5f6e1ec1f (patch)
tree42ec37a9189f66555e40ab854fd0f18a4776aee1 /tools/bootstrp/addexes2
parent08be4cfe51342b5b08511951b9c5ff13b3eeee8d (diff)
Finally, gut the vos module out of the build
Diffstat (limited to 'tools/bootstrp/addexes2')
-rw-r--r--tools/bootstrp/addexes2/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bootstrp/addexes2/makefile.mk b/tools/bootstrp/addexes2/makefile.mk
index 492d6f3105ed..ee0e79ae6b27 100644
--- a/tools/bootstrp/addexes2/makefile.mk
+++ b/tools/bootstrp/addexes2/makefile.mk
@@ -39,7 +39,7 @@ TARGETTYPE=CUI
APP1TARGET= mkunroll
APP1OBJS= $(OBJ)$/mkfilt.obj
-APP1STDLIBS= $(SALLIB) $(VOSLIB) $(TOOLSLIB)
+APP1STDLIBS= $(SALLIB) $(TOOLSLIB)
.IF "$(OS)"=="LINUX"
APP1STDLIBS+=-lpthread
.ENDIF