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:11 UTC

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

lehors      00/02/14 10:33:11

  Modified:    java/src/org/apache/xerces/validators/datatype 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.3       +2 -1      xml-xerces/java/src/org/apache/xerces/validators/datatype/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/validators/datatype/Makefile,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile	2000/01/25 21:14:36	1.2
  +++ Makefile	2000/02/14 18:33:10	1.3
  @@ -1,4 +1,5 @@
  -include ../../../../../../src/Makefile.incl
  +TOP = ../../../../../..
  +include $(TOP)/src/Makefile.incl
   # Makefile for directory ./org/apache/xerces/validators/datatype
   #
   # This makefile depends on the following environment variables