You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2003/11/13 03:20:25 UTC

cvs commit: xml-xalan/c Makefile.in

dbertoni    2003/11/12 18:20:25

  Modified:    c        Makefile.in
  Log:
  Made "samples" the target for the samples, for consistency, but left "Samples" as an alternate target.
  
  Revision  Changes    Path
  1.2       +4 -1      xml-xalan/c/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	12 Nov 2003 20:42:18 -0000	1.1
  +++ Makefile.in	13 Nov 2003 02:20:25 -0000	1.2
  @@ -58,7 +58,10 @@
   all: 
   	$(MAKE) -C src/xalanc $@
   
  -Samples: 
  +Samples: samples
  +	$(MAKE) -C samples $@
  +
  +samples: 
   	$(MAKE) -C samples $@
   
   tests: 
  
  
  

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