rse         98/04/19 23:40:00

  Modified:    .        Makefile.tmpl
  Log:
  Add missing $(MFLAGS) which always should be passed down.
  
  Revision  Changes    Path
  1.20      +1 -1      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Makefile.tmpl     1998/04/17 07:36:12     1.19
  +++ Makefile.tmpl     1998/04/20 06:40:00     1.20
  @@ -196,7 +196,7 @@
   
   #   the non-verbose variant for package maintainers
   install-quiet:
  -     @$(MAKE) -f $(MKF) QUIET=1 install
  +     @$(MAKE) -f $(MKF) $(MFLAGS) QUIET=1 install
   
   #   create the installation tree
   install-mktree:
  
  
  

Reply via email to