dbertoni    02/04/11 21:50:01

  Modified:    c/src    Makefile.in
  Log:
  Removed explicit link libraries for Tru64.
  
  Revision  Changes    Path
  1.89      +1 -1      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- Makefile.in       11 Apr 2002 06:13:03 -0000      1.88
  +++ Makefile.in       12 Apr 2002 04:50:01 -0000      1.89
  @@ -283,7 +283,7 @@
   
     SUPPORTED = TRUE
     PLATFORM_COMPILE_OPTIONS = -D${PLATFORM} -ptr ${ALL_OBJECTS_DIR}/.cxx_repository 
-ieee -pthread -nocxxstd
  -  ALLLIBS = ${LIBS} -L/usr/lib -lc -lrt -lm
  +  ALLLIBS = ${LIBS} -L/usr/lib -lm
     SHLIBSUFFIX = .so
     CC1 = $(CXX) ${CXXFLAGS} $(PLATFORM_COMPILE_OPTIONS)
     CC4 = $(CC) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
  
  
  

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

Reply via email to