blob: fba8cd8bb141ba13a5e675c57b9fa3667d185af4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./src/regexp/Makefile.orig Sun Oct 20 17:56:12 2002
+++ ./src/regexp/Makefile Sun Oct 20 17:56:19 2002
@@ -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))
|