You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ab...@locus.apache.org on 2000/01/19 18:48:33 UTC

cvs commit: xml-xerces/c/samples/CreateDOMDocument Makefile.in

abagchi     00/01/19 09:48:33

  Modified:    c/samples/CreateDOMDocument Makefile.in
  Log:
  Now really works, fixed small problem
  
  Revision  Changes    Path
  1.2       +6 -2      xml-xerces/c/samples/CreateDOMDocument/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/CreateDOMDocument/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	2000/01/19 00:17:50	1.1
  +++ Makefile.in	2000/01/19 17:48:33	1.2
  @@ -55,6 +55,9 @@
   # 
   #
   # $Log: Makefile.in,v $
  +# Revision 1.2  2000/01/19 17:48:33  abagchi
  +# Now really works, fixed small problem
  +#
   # Revision 1.1  2000/01/19 00:17:50  rahulj
   # Added makefile for unix builds. Fixed the comments and usage
   # string.
  @@ -103,7 +106,7 @@
   ${BATCH_TARGET}: ${OBJS}
   	${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS} ${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS} 
   
  -$(OUTDIR)/DOMCount.o: ${SRC}/CreateDOMDocument.cpp
  +$(OUTDIR)/CreateDOMDocument.o: ${SRC}/CreateDOMDocument.cpp
   	${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/CreateDOMDocument.o ${SRC}/CreateDOMDocument.cpp
   
   clean: