You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1996/05/28 04:15:24 UTC

patch for Makefile.tmpl

Ben's http_bprintf.c needs the following change to prevent the 
loop that Jim described.


*** Makefile.tmpl.orig	Mon May 27 20:34:21 1996
- --- Makefile.tmpl	Mon May 27 21:13:40 1996
***************
*** 35,41 ****
  		Configuration Configure Makefile.tmpl Makefile *.h *.c
  
  # Work around broken compilers
! http_bprintf.o:
  	$(CC) -c $(CFLAGS) $(AUX_CFLAGS) $(BROKEN_BPRINTF_FLAGS) $<
  
  #Dependencies
- --- 35,41 ----
  		Configuration Configure Makefile.tmpl Makefile *.h *.c
  
  # Work around broken compilers
! http_bprintf.o:http_bprintf.c
  	$(CC) -c $(CFLAGS) $(AUX_CFLAGS) $(BROKEN_BPRINTF_FLAGS) $<
  
  #Dependencies