diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-09-05 16:20:28 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-09-05 16:20:28 +0000 |
commit | c6bde574abe9c4679ce7188341981d0b5e639b12 (patch) | |
tree | d27d01fb84b17a63c006981eb4e9fd1be75c2f9f /cpp/src | |
parent | purify fixes (diff) | |
download | ice-c6bde574abe9c4679ce7188341981d0b5e639b12.tar.bz2 ice-c6bde574abe9c4679ce7188341981d0b5e639b12.tar.xz ice-c6bde574abe9c4679ce7188341981d0b5e639b12.zip |
minor fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/slice2xsd/Makefile | 2 |
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 $@ |