You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by le...@locus.apache.org on 2000/02/14 19:33:03 UTC

cvs commit: xml-xerces/java/src/org/apache Makefile

lehors      00/02/14 10:33:03

  Modified:    java/src/org/apache Makefile
  Log:
  revamped all makefiles so that build can be done by simply
  typing make, without having to set any variables
  
  Revision  Changes    Path
  1.4       +2 -1      xml-xerces/java/src/org/apache/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/Makefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile	1999/12/14 21:34:15	1.3
  +++ Makefile	2000/02/14 18:33:03	1.4
  @@ -1,4 +1,5 @@
  -include ../../../src/Makefile.incl
  +TOP = ../../..
  +include $(TOP)/src/Makefile.incl
   # Makefile for directory ./org/apache
   #
   # This makefile depends on the following environment variables