diff -urN boxes-1.0.1.orig/src/Makefile boxes-1.0.1/src/Makefile --- boxes-1.0.1.orig/src/Makefile 2000-03-18 00:53:59.000000000 +0100 +++ boxes-1.0.1/src/Makefile 2003-08-10 12:56:00.000000000 +0200 @@ -99,10 +99,10 @@ build: - $(MAKE) CFLAGS_ADDTL=-O boxes + $(MAKE) boxes strip boxes debug: - $(MAKE) CFLAGS_ADDTL=-g boxes + $(MAKE) boxes boxes: $(ALL_OBJ) $(MAKE) -C regexp CC=$(CC) libregexp.a diff -urN boxes-1.0.1.orig/src/regexp/Makefile boxes-1.0.1/src/regexp/Makefile --- boxes-1.0.1.orig/src/regexp/Makefile 2000-03-18 00:54:00.000000000 +0100 +++ boxes-1.0.1/src/regexp/Makefile 2003-08-10 12:55:52.000000000 +0200 @@ -32,7 +32,7 @@ #============================================================================ -CFLAGS = -traditional -O -I. $(CFLAGS_ADDTL) +CFLAGS = -I. $(CFLAGS_ADDTL) ALL_CL = regexp/regexp.c regexp/regsub.c C_SRC = $(notdir $(ALL_CL))