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:23:13 UTC

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

peiyongz    2002/09/17 14:23:13

  Modified:    c/src/xercesc/framework Makefile.in
  Log:
  RPM for Xerces2.1.0, patch from Thomas Woerner (thomas@linux.de)
  
  Revision  Changes    Path
  1.7       +5 -2      xml-xerces/c/src/xercesc/framework/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/Makefile.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.in	26 Jul 2002 16:49:27 -0000	1.6
  +++ Makefile.in	17 Sep 2002 21:23:13 -0000	1.7
  @@ -55,6 +55,9 @@
   #
   #
   # $Log$
  +# Revision 1.7  2002/09/17 21:23:13  peiyongz
  +# RPM for Xerces2.1.0, patch from Thomas Woerner (thomas@linux.de)
  +#
   # Revision 1.6  2002/07/26 16:49:27  tng
   # [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
   #
  @@ -217,5 +220,5 @@
   	$(RM2) $(addprefix $(XML_INC_DIR)/$(MODULE)/,$(FRAMEWORK_CPP_PUBHEADERS))
   
   install::
  -	-mkdir -p $(PREFIX_INCLUDE)/$(MODULE)
  -	$(CP) $(FRAMEWORK_CPP_PUBHEADERS) $(FRAMEWORK_C_FILES) $(PREFIX_INCLUDE)/$(MODULE)
  +	-mkdir -p $(DESTDIR)$(PREFIX_INCLUDE)/$(MODULE)
  +	$(CP) $(FRAMEWORK_CPP_PUBHEADERS) $(FRAMEWORK_C_FILES) $(DESTDIR)$(PREFIX_INCLUDE)/$(MODULE)
  
  
  

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