randy       98/12/02 15:52:47

  Modified:    src/helpers TestCompile
  Log:
  Use environment variable for MAKE here. Still not clear if this is
  getting properly passed in.
  
  Revision  Changes    Path
  1.20      +1 -1      apache-1.3/src/helpers/TestCompile
  
  Index: TestCompile
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/helpers/TestCompile,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- TestCompile       1998/12/02 14:03:31     1.19
  +++ TestCompile       1998/12/02 23:52:47     1.20
  @@ -143,7 +143,7 @@
   EOF
   
   # Now run that Makefile
  -eval "make $TARGET >/dev/null $ERRDIR"
  +eval "$MAKE $TARGET >/dev/null $ERRDIR"
   
   # And see if dummy exists and is executable, if so, then we
   # assume the condition we are testing for is good
  
  
  

Reply via email to