--- ./Makefile.orig Mon May 1 14:39:51 2006 +++ ./Makefile Mon May 1 14:40:05 2006 @@ -9,8 +9,7 @@ LIBS = -lztxt INCLUDE = -I../common -I. -CC = gcc -CFLAGS = -Wall -O2 -pipe $(INCLUDE) +CFLAGS = -Wall $(INCLUDE) # GNU make is mandatory #MAKE = make @@ -44,7 +43,7 @@ # If you're on a system that does not have getopt.h or does not have the # getopt_long() function, comment this out. Regular getopt() will be used. -LONG_OPTS = 1 +#LONG_OPTS = 1 #####################################