You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/06/03 03:16:22 UTC

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

aruna1      00/06/02 18:16:22

  Modified:    c/samples/CreateDOMDocument Makefile.in
  Log:
  Version number consolidated into single file for unix
  
  Revision  Changes    Path
  1.6       +2 -15     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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.in	2000/02/08 02:24:20	1.5
  +++ Makefile.in	2000/06/03 01:16:22	1.6
  @@ -54,25 +54,8 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Log: Makefile.in,v $
  -# Revision 1.5  2000/02/08 02:24:20  abagchi
  -# OS390 fix
  +# $Id: Makefile.in,v 1.6 2000/06/03 01:16:22 aruna1 Exp $
   #
  -# Revision 1.4  2000/02/06 07:47:17  rahulj
  -# Year 2K copyright swat.
  -#
  -# Revision 1.3  2000/02/05 00:05:10  abagchi
  -# Made sure all targets are prepended with :: instead of single :
  -#
  -# 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.
  -#
  -#
  -#
   
   ###################################################################
   #                    IMPORTANT NOTE                               #
  @@ -90,6 +73,7 @@
   CFLAGS = @cflags@
   PREFIX = @prefix@
   
  +include ../../obj/version.incl
   include ../Makefile.incl
   
   APP_NAME=CreateDOMDocument