martin      99/08/27 04:26:13

  Modified:    .        Makefile.tmpl
  Log:
  Part 2 of David's detection of sub-make errors
  (slightly modified)
  
  Submitted by: "David Harris" <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.90      +2 -2      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- Makefile.tmpl     1999/08/27 11:22:36     1.89
  +++ Makefile.tmpl     1999/08/27 11:26:12     1.90
  @@ -193,8 +193,8 @@
                        -DDOC_ROOT=\"$(suexec_docroot)\" \
                        -DSAFE_PATH=\"$(suexec_safepath)\" ' \
                suexec; \
  -     fi; \
  -     echo "<=== $(SRC)/support"
  +     fi
  +     @echo "<=== $(SRC)/support"
   
   ## ------------------------------------------------------------------
   ##                       Installation Targets
  
  
  

Reply via email to