summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-09-05 16:20:28 +0000
committerMark Spruiell <mes@zeroc.com>2002-09-05 16:20:28 +0000
commitc6bde574abe9c4679ce7188341981d0b5e639b12 (patch)
treed27d01fb84b17a63c006981eb4e9fd1be75c2f9f /cpp/src
parentpurify fixes (diff)
downloadice-c6bde574abe9c4679ce7188341981d0b5e639b12.tar.bz2
ice-c6bde574abe9c4679ce7188341981d0b5e639b12.tar.xz
ice-c6bde574abe9c4679ce7188341981d0b5e639b12.zip
minor fix
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/slice2xsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2xsd/Makefile b/cpp/src/slice2xsd/Makefile
index 06d46102212..7305e59585e 100644
--- a/cpp/src/slice2xsd/Makefile
+++ b/cpp/src/slice2xsd/Makefile
@@ -29,7 +29,7 @@ CPPFLAGS := -I. $(CPPFLAGS) $(XERCESC_FLAGS)
$(NAME): $(OBJS)
rm -f $@
- $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) -lSlice $(BASELIBS) $(XERCESC_LIBS)
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) -lSlice $(BASELIBS)
$(VALIDATE): $(VOBJS)
rm -f $@