*** src/Makefile.tmpl.orig	Tue Jul  1 05:33:31 1997
--- src/Makefile.tmpl	Tue Aug 26 03:09:07 1997
***************
*** 3,9 ****
  # This is combined with the information in the "Configuration" file
  # by the configure script to make the actual Makefile.
  
! CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS)
  LIBS=$(EXTRA_LIBS) $(LIBS1)
  INCLUDES=$(INCLUDES1) $(EXTRA_INCLUDES)
  LFLAGS=$(LFLAGS1) $(EXTRA_LFLAGS)
--- 3,9 ----
  # This is combined with the information in the "Configuration" file
  # by the configure script to make the actual Makefile.
  
! CFLAGS+=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS)
  LIBS=$(EXTRA_LIBS) $(LIBS1)
  INCLUDES=$(INCLUDES1) $(EXTRA_INCLUDES)
  LFLAGS=$(LFLAGS1) $(EXTRA_LFLAGS)
