dgaudet     98/07/20 09:27:59

  Modified:    src      Makefile.tmpl
  Log:
  fix parallel make, must recurse first
  
  Revision  Changes    Path
  1.102     +1 -1      apache-1.3/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Makefile.tmpl,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- Makefile.tmpl     1998/07/13 11:32:29     1.101
  +++ Makefile.tmpl     1998/07/20 16:27:58     1.102
  @@ -108,7 +108,7 @@
   
   #Dependencies
   
  -$(OBJS): Makefile
  +$(OBJS): Makefile subdirs
   
   # DO NOT REMOVE
   buildmark.o: buildmark.c include/ap_config.h include/ap_config_auto.h \
  
  
  

Reply via email to