*** Fortify-1.2.6-unix-x86/src/Makefile-orig	Thu Aug 20 10:46:11 1998
--- Fortify-1.2.6-unix-x86/src/Makefile	Thu Aug 20 10:46:47 1998
***************
*** 1,9 ****
  
! CC	= gcc # -Wall
  
  # For GNU/Linux systems
! CFLAGS	= -I. -O2	# -static
! YACC	= bison -y
  
  # For the Cygnus Win32 environment
  #CFLAGS	= -DL_ENDIAN -DGNU_WIN32 -I. -O
--- 1,9 ----
  
! CC	= cc
  
  # For GNU/Linux systems
! #CFLAGS	= -I. -O2	# -static
! #YACC	= bison -y
  
  # For the Cygnus Win32 environment
  #CFLAGS	= -DL_ENDIAN -DGNU_WIN32 -I. -O
***************
*** 15,22 ****
  #LEX	= flex -l
  
  # Everything else
! #CFLAGS	= -I. -O
! #YACC	= yacc
  
  # You will amost certainly need this flag if you are compiling under
  # a BSD or Linux system:-
--- 15,22 ----
  #LEX	= flex -l
  
  # Everything else
! CFLAGS	= -I. -O2
! YACC	= yacc
  
  # You will amost certainly need this flag if you are compiling under
  # a BSD or Linux system:-
