rse         99/06/02 00:03:00

  Modified:    src/helpers TestCompile
  Log:
  Try to fix TestCompile after Martin's changes: a default was missing.
  Dean, you should now no longer get the nasty Make target display
  
  Revision  Changes    Path
  1.30      +1 -0      apache-1.3/src/helpers/TestCompile
  
  Index: TestCompile
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/helpers/TestCompile,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- TestCompile       1999/05/28 06:03:51     1.29
  +++ TestCompile       1999/06/02 07:02:59     1.30
  @@ -47,6 +47,7 @@
   #
   # Handle "verbose", "silent" and "runit" flags
   #
  +VERBOSE=no
   RUNIT="no"
   case "$1" in
       "-v")
  
  
  

Reply via email to