You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/05/03 21:36:48 UTC

cvs commit: xml-xalan/c/src Makefile.in

dbertoni    01/05/03 12:36:48

  Modified:    c/src    Makefile.in
  Log:
  Fix for bug 1240 submitted by pamela.duffy@computershare.com.au.  Also, added ieee option to Tru64 compile.
  
  Revision  Changes    Path
  1.40      +2 -1      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- Makefile.in	2001/04/23 15:01:32	1.39
  +++ Makefile.in	2001/05/03 19:36:43	1.40
  @@ -155,7 +155,8 @@
   CC1 = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
   CC2 = $(CXX) $(PLATFORM_COMPILE_OPTIONS)
   MAKE_SHARED = $(CXX) -b +Z
  -LINK = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
  +LINK = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS) -Wl,+s
  +
   
   
   endif
  
  
  

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