pcs         97/08/10 06:32:37

  Modified:    src/modules/example Makefile
               src/modules/proxy Makefile
  Log:
  Source re-org: refer to new core dir for include files
  
  Revision  Changes    Path
  1.3       +1 -1      apachen/src/modules/example/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/modules/example/Makefile,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile  1997/07/23 18:08:45     1.2
  +++ Makefile  1997/08/10 13:32:30     1.3
  @@ -56,7 +56,7 @@
   # directory.  If the depth or relationship changes, the following line
   # may need to be changed.
   #
  -INCDIR=../..
  +INCDIR=../../core
   
   #
   # Everything below this point should be invariant.
  
  
  
  1.12      +1 -1      apachen/src/modules/proxy/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/modules/proxy/Makefile,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Makefile  1997/03/18 10:23:56     1.11
  +++ Makefile  1997/08/10 13:32:36     1.12
  @@ -53,7 +53,7 @@
   
   SHELL = /bin/sh
   
  -INCDIR = ../..
  +INCDIR = ../../core
   
   LIB=libproxy.a
   
  
  
  

Reply via email to