You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/11/26 18:48:09 UTC

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

tng         01/11/26 09:48:09

  Modified:    c/samples Makefile.in
  Log:
  SEnumVal: make clean step should clean SEnumVal as well.
  
  Revision  Changes    Path
  1.13      +3 -1      xml-xerces/c/samples/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Makefile.in,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Makefile.in	2001/11/21 19:04:12	1.12
  +++ Makefile.in	2001/11/26 17:48:09	1.13
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.in,v 1.12 2001/11/21 19:04:12 peiyongz Exp $
  +# $Id: Makefile.in,v 1.13 2001/11/26 17:48:09 tng Exp $
   #
   
   SAXPrint_DIR=SAXPrint
  @@ -158,6 +158,7 @@
   	cd $(PParse_DIR) && $(MAKE) $@ && cd ..
   	cd $(StdInParse_DIR) && $(MAKE) $@ && cd ..
   	cd $(EnumVal_DIR) && $(MAKE) $@ && cd ..
  +	cd $(SEnumVal_DIR) && $(MAKE) $@ && cd ..
   	cd $(CreateDOMDocument_DIR) && $(MAKE) $@ && cd ..
   
   distclean::
  @@ -174,6 +175,7 @@
   	cd $(PParse_DIR) && $(MAKE) $@ && cd ..
   	cd $(StdInParse_DIR) && $(MAKE) $@ && cd ..
   	cd $(EnumVal_DIR) && $(MAKE) $@ && cd ..
  +	cd $(SEnumVal_DIR) && $(MAKE) $@ && cd ..
   	cd $(CreateDOMDocument_DIR) && $(MAKE) $@ && cd ..
   	rm -f Makefile config.cache config.log config.status
   	rm -f *~ core
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org