You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/07/26 21:19:13 UTC

cvs commit: xml-xerces/c/obj Makefile.in

tng         2002/07/26 12:19:13

  Modified:    c/obj    Makefile.in
  Log:
  [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  
  Revision  Changes    Path
  1.27      +3 -1      xml-xerces/c/obj/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/obj/Makefile.in,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Makefile.in	25 Jun 2002 16:25:12 -0000	1.26
  +++ Makefile.in	26 Jul 2002 19:19:13 -0000	1.27
  @@ -70,6 +70,8 @@
   PLATFORM = @platform@
   CC  = @cc@
   CXX = @cxx@
  +GCC = @GCC@
  +GXX = @GXX@
   PREFIX = @prefix@
   LDFLAGS = @ldflags@
   LIBS = @libs@
  
  
  

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