jim         98/12/02 17:03:48

  Modified:    src/helpers TestCompile
  Log:
  MAKE isn't inherited in the mini-makefile
  
  Revision  Changes    Path
  1.21      +1 -1      apache-1.3/src/helpers/TestCompile
  
  Index: TestCompile
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/helpers/TestCompile,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- TestCompile       1998/12/02 23:52:47     1.20
  +++ TestCompile       1998/12/03 01:03:46     1.21
  @@ -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