jberry      2004/10/27 10:20:26

  Modified:    c/samples Makefile.incl
               c/tests  Makefile.incl
  Log:
  Get rid of link warnings about missing directory
  
  Revision  Changes    Path
  1.66      +2 -2      xml-xerces/c/samples/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Makefile.incl,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- Makefile.incl     17 Sep 2004 09:58:09 -0000      1.65
  +++ Makefile.incl     27 Oct 2004 17:20:25 -0000      1.66
  @@ -332,6 +332,6 @@
        CMP= -c ${CXXFLAGS}
        CC= c++ -c -D${PLATFORM} -D_REENTRANT
        LINK = c++ -D${PLATFORM} ${LDFLAGS}
  -     PLATFORM_LIB_LINK_OPTIONS=-L/usr/lib -L/usr/local/lib
  +     PLATFORM_LIB_LINK_OPTIONS=-L/usr/lib
        SHLIBSUFFIX=.dylib
   endif
  
  
  
  1.49      +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.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- Makefile.incl     17 Sep 2004 09:58:09 -0000      1.48
  +++ Makefile.incl     27 Oct 2004 17:20:26 -0000      1.49
  @@ -334,6 +334,6 @@
        CMP= -c ${CXXFLAGS}
        CC= c++ -c -D${PLATFORM} -D_REENTRANT
        LINK = c++ -D${PLATFORM} ${LDFLAGS}
  -     PLATFORM_LIB_LINK_OPTIONS=-L/usr/lib -L/usr/local/lib
  +     PLATFORM_LIB_LINK_OPTIONS=-L/usr/lib
        SHLIBSUFFIX=.dylib
   endif
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to