*** Fortify-1.3.0-unix-x86/src/Makefile-orig	Tue Nov  3 12:02:51 1998
--- Fortify-1.3.0-unix-x86/src/Makefile	Tue Nov  3 12:05:28 1998
***************
*** 1,9 ****
  
! CC	= gcc # -Wall
  
  # Linux and BSD systems:
! CFLAGS = -I. -O2       # -static
! YACC   = bison -y
  LDFLAGS = -static
  LEX    = lex -l
  
--- 1,9 ----
  
! CC	= cc # -Wall
  
  # Linux and BSD systems:
! #CFLAGS = -I. -O2       # -static
! #YACC   = bison -y
  LDFLAGS = -static
  LEX    = lex -l
  
***************
*** 31,38 ****
  #LDFLAGS = -non_shared
  
  # Everything else
! #CFLAGS	= -I. -O
! #YACC	= yacc
  #LDFLAGS = # -static
  
  # ----------------------------------------------------------------------
--- 31,38 ----
  #LDFLAGS = -non_shared
  
  # Everything else
! CFLAGS	= -I. -O2
! YACC	= yacc
  #LDFLAGS = # -static
  
  # ----------------------------------------------------------------------
