curcuru     00/07/06 09:43:35

  Modified:    .        Makefile
  Log:
  Clear out .SUFFIXES since we don't use them; conflicts with build.sh from Ant 
build
  
  Revision  Changes    Path
  1.17      +2 -0      xml-xalan/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xalan/Makefile,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Makefile  2000/03/16 19:05:48     1.16
  +++ Makefile  2000/07/06 16:43:33     1.17
  @@ -23,6 +23,8 @@
   #  - Yes, we plan to move to an 'Ant' based make system soon
   #    (Ant is from jakarta.apache.org and is a Java-based make)
   ###########################################################
  +# Clear out .SUFFIXES, since we don't use them at all
  +.SUFFIXES:
   
   include make.include
   
  
  
  

Reply via email to