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 2003/01/10 18:33:00 UTC

cvs commit: xml-xerces/c/tests Makefile.incl

tng         2003/01/10 09:33:00

  Modified:    c/tests  Makefile.incl
  Log:
  [Bug 14545] samples/Makefile.incl has bad -L for linux.
  
  Revision  Changes    Path
  1.35      +2 -2      xml-xerces/c/tests/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/Makefile.incl,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- Makefile.incl	30 Dec 2002 18:05:58 -0000	1.34
  +++ Makefile.incl	10 Jan 2003 17:33:00 -0000	1.35
  @@ -193,7 +193,7 @@
   CMP= -c ${CXXFLAGS}
   CC= ${COMPILER} -c -D${PLATFORM} -D_REENTRANT -fpic
   LINK =  ${COMPILER} -D${PLATFORM} -fpic ${LDFLAGS}
  -PLATFORM_LIB_LINK_OPTIONS=-L/usr/lib -L/usr/local/lib
  +PLATFORM_LIB_LINK_OPTIONS=-L/usr/local/lib
   EXTRA_LINK_OPTIONS=-lc ${EXTRA_LIBS}
   SHLIBSUFFIX=.so
   endif
  
  
  

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