You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/09/17 23:24:07 UTC

cvs commit: xml-xerces/c/src/xercesc/validators Makefile.in

peiyongz    2002/09/17 14:24:07

  Modified:    c/src/xercesc/validators Makefile.in
  Log:
  RPM for Xerces2.1.0, patch from Thomas Woerner (thomas@linux.de)
  
  Revision  Changes    Path
  1.4       +4 -1      xml-xerces/c/src/xercesc/validators/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	26 Jul 2002 16:49:29 -0000	1.3
  +++ Makefile.in	17 Sep 2002 21:24:07 -0000	1.4
  @@ -55,6 +55,9 @@
   #
   #
   # $Log$
  +# Revision 1.4  2002/09/17 21:24:07  peiyongz
  +# RPM for Xerces2.1.0, patch from Thomas Woerner (thomas@linux.de)
  +#
   # Revision 1.3  2002/07/26 16:49:29  tng
   # [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
   #
  @@ -177,7 +180,7 @@
   
   
   install::
  -	-mkdir -p $(PREFIX_INCLUDE)/$(MODULE)
  +	-mkdir -p $(DESTDIR)$(PREFIX_INCLUDE)/$(MODULE)
   	${MAKE} -C common $@
   	${MAKE} -C datatype $@
   	${MAKE} -C DTD $@
  
  
  

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