dbertoni    01/04/23 08:01:37

  Modified:    c/src    Makefile.in
  Log:
  More Tru64 tweaks.
  
  Revision  Changes    Path
  1.39      +4 -1      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- Makefile.in       2001/04/23 14:17:02     1.38
  +++ Makefile.in       2001/04/23 15:01:32     1.39
  @@ -255,7 +255,7 @@
   ifeq ($(PLATFORM), TRU64)
   
   SUPPORTED = TRUE
  -PLATFORM_COMPILE_OPTIONS = -D${PLATFORM} -ptr 
${ALL_OBJECTS_DIR}/.cxx_repository -error_limit 10 -ieee -pthread
  +PLATFORM_COMPILE_OPTIONS = -D${PLATFORM} -ptr 
${ALL_OBJECTS_DIR}/.cxx_repository -ieee -pthread
   ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib -lc -lrt -lm
   SHLIBSUFFIX = .so
   CC1 = ${CXX} ${CXXFLAGS} $(PLATFORM_COMPILE_OPTIONS)
  @@ -561,6 +561,9 @@
   
   clean:
        rm -rf $(ALL_OBJECTS_DIR)/*
  +ifeq ($(PLATFORM), TRU64)
  +     rm -rf $(ALL_OBJECTS_DIR)/.cxx_repository
  +endif
        rm -f $(THISLIB)$(VER)$(SHLIBSUFFIX)
        rm -f $(BINTARGETDIR)/testXSLT
        rm -f $(BINTARGETDIR)/testXPath
  
  
  

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

Reply via email to