chuck       96/09/29 06:57:08

  Modified:    src       Makefile.tmpl
  Log:
  Submitted by: Chuck Murcko
  Make default target is all that's needed. It makes things simpler for
  intermediate Makefiles.
  
  Revision  Changes    Path
  1.27      +2 -2      apache/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -C3 -r1.26 -r1.27
  *** Makefile.tmpl     1996/09/26 12:33:56     1.26
  --- Makefile.tmpl     1996/09/29 13:57:05     1.27
  ***************
  *** 1,4 ****
  ! # $Id: Makefile.tmpl,v 1.26 1996/09/26 12:33:56 chuck Exp $
    # Apache makefile template (well, suffix).
    
    # This is combined with the information in the "Configuration" file
  --- 1,4 ----
  ! # $Id: Makefile.tmpl,v 1.27 1996/09/29 13:57:05 chuck Exp $
    # Apache makefile template (well, suffix).
    
    # This is combined with the information in the "Configuration" file
  ***************
  *** 33,39 ****
    
    modules/proxy/libproxy.a:
        cd modules/proxy; \
  !     make lib CC=$(CC) AUX_CFLAGS="$(CFLAGS)" RANLIB=$(RANLIB)
    
    clean:
        rm -f httpd $(OBJS) *pure*
  --- 33,39 ----
    
    modules/proxy/libproxy.a:
        cd modules/proxy; \
  !     make CC=$(CC) AUX_CFLAGS="$(CFLAGS)" RANLIB=$(RANLIB)
    
    clean:
        rm -f httpd $(OBJS) *pure*
  
  
  

Reply via email to