--- hp2xx-3.4.2/sources/Makefile.fix Mon Jul 29 09:39:09 2002 +++ hp2xx-3.4.2/sources/Makefile Mon Jul 29 09:39:28 2002 @@ -46,7 +46,8 @@ # For non-gcc compilers, simply set CFLAGS = -O (to start with) # CC = gcc -CFLAGS = -O2 -m486 -I/usr/X11R6/include $(DEFINES) $(EX_DEFS) -Wall -pedantic -Wuninitialized -Wunused -Wreturn-type -Wmissing-prototypes -Wstrict-prototypes +OPTFLAGS = -O2 -m486 +CFLAGS = $(OPTFLAGS) -I/usr/X11R6/include $(DEFINES) $(EX_DEFS) -Wall -pedantic -Wuninitialized -Wunused -Wreturn-type -Wmissing-prototypes -Wstrict-prototypes #CFLAGS = +O1 -Aa -D_HPUX_SOURCE -DSYSV -I/usr/include/X11R5 -I/usr/include/X11R4 $(DEFINES)