ben         96/09/08 05:19:10

  Modified:    src       Makefile.tmpl
  Log:
  Restore missing space.
  
  Revision  Changes    Path
  1.24      +2 -2      apache/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -C3 -r1.23 -r1.24
  *** Makefile.tmpl     1996/08/20 11:50:35     1.23
  --- Makefile.tmpl     1996/09/08 12:19:09     1.24
  ***************
  *** 1,4 ****
  ! # $Id: Makefile.tmpl,v 1.23 1996/08/20 11:50:35 paul Exp $
    # Apache makefile template (well, suffix).
    
    # This is combined with the information in the "Configuration" file
  --- 1,4 ----
  ! # $Id: Makefile.tmpl,v 1.24 1996/09/08 12:19:09 ben Exp $
    # Apache makefile template (well, suffix).
    
    # This is combined with the information in the "Configuration" file
  ***************
  *** 44,50 ****
    
    # Work around broken compilers
    http_bprintf.o: http_bprintf.c
  !     $(CC) -c $(INCLUDES) $(CFLAGS)$(BROKEN_BPRINTF_FLAGS) http_bprintf.c
    
    #Dependencies
    #Core code
  --- 44,50 ----
    
    # Work around broken compilers
    http_bprintf.o: http_bprintf.c
  !     $(CC) -c $(INCLUDES) $(CFLAGS) $(BROKEN_BPRINTF_FLAGS) http_bprintf.c
    
    #Dependencies
    #Core code
  
  
  

Reply via email to