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:19 UTC

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

peiyongz    2002/09/17 14:24:19

  Modified:    c/src/xercesc/validators/common Makefile.in
  Log:
  RPM for Xerces2.1.0, patch from Thomas Woerner (thomas@linux.de)
  
  Revision  Changes    Path
  1.3       +5 -2      xml-xerces/c/src/xercesc/validators/common/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/common/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in	26 Jul 2002 16:49:29 -0000	1.2
  +++ Makefile.in	17 Sep 2002 21:24:19 -0000	1.3
  @@ -54,6 +54,9 @@
   # <http://www.apache.org/>.
   #
   # $Log$
  +# Revision 1.3  2002/09/17 21:24:19  peiyongz
  +# RPM for Xerces2.1.0, patch from Thomas Woerner (thomas@linux.de)
  +#
   # Revision 1.2  2002/07/26 16:49:29  tng
   # [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
   #
  @@ -160,5 +163,5 @@
   	$(RM2) $(addprefix $(XML_INC_DIR)/$(MODULE)/$(SUBMODULE)/,$(VALIDATORS_COMMON_CPP_PUBHEADERS))
   
   install::
  -	-mkdir -p $(PREFIX_INCLUDE)/$(MODULE)/$(SUBMODULE)
  -	$(CP) $(VALIDATORS_COMMON_CPP_PUBHEADERS) $(VALIDATORS_COMMON_C_FILES) $(PREFIX_INCLUDE)/$(MODULE)/$(SUBMODULE)
  +	-mkdir -p $(DESTDIR)$(PREFIX_INCLUDE)/$(MODULE)/$(SUBMODULE)
  +	$(CP) $(VALIDATORS_COMMON_CPP_PUBHEADERS) $(VALIDATORS_COMMON_C_FILES) $(DESTDIR)$(PREFIX_INCLUDE)/$(MODULE)/$(SUBMODULE)
  
  
  

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