jim         96/06/11 13:44:23

  Modified:    src       Makefile.tmpl
  Log:
  Work around broken makes
  
  Revision  Changes    Path
  1.13      +1 -1      apache/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -C3 -r1.12 -r1.13
  *** Makefile.tmpl     1996/05/29 11:46:40     1.12
  --- Makefile.tmpl     1996/06/11 20:44:22     1.13
  ***************
  *** 36,42 ****
    
    # Work around broken compilers
    http_bprintf.o: http_bprintf.c
  !     $(CC) -c $(CFLAGS) $(AUX_CFLAGS) $(BROKEN_BPRINTF_FLAGS) $<
    
    #Dependencies
    #Core code
  --- 36,42 ----
    
    # Work around broken compilers
    http_bprintf.o: http_bprintf.c
  !     $(CC) -c $(CFLAGS) $(AUX_CFLAGS) $(BROKEN_BPRINTF_FLAGS) http_bprintf.c
    
    #Dependencies
    #Core code
  
  
  

Reply via email to