summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-02-04 19:30:14 +0000
committerMark Spruiell <mes@zeroc.com>2002-02-04 19:30:14 +0000
commitc463406a0e6548ad18b9bae88e42a290be6fdae8 (patch)
treea1ad08792de6b764ed0f2aba6171f30581167c5d /cpp/src
parentRemove bogus Makefile commit. (diff)
downloadice-c463406a0e6548ad18b9bae88e42a290be6fdae8.tar.bz2
ice-c463406a0e6548ad18b9bae88e42a290be6fdae8.tar.xz
ice-c463406a0e6548ad18b9bae88e42a290be6fdae8.zip
removing XsdVisitor dependency
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Slice/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Slice/Makefile b/cpp/src/Slice/Makefile
index eabc9da738e..378b6a89c80 100644
--- a/cpp/src/Slice/Makefile
+++ b/cpp/src/Slice/Makefile
@@ -21,8 +21,7 @@ TARGETS = $(NAME) $(VERSIONED_NAME)
OBJS = Scanner.o \
Grammar.o \
Parser.o \
- CPlusPlusUtil.o \
- XsdVisitor.o
+ CPlusPlusUtil.o
SRCS = $(OBJS:.o=.cpp)