summaryrefslogtreecommitdiff
path: root/devel/mk/files/patch-lib::regexp::Makefile
blob: 61593dd658b6ba2b0aa2f64453a0859f57d56e81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/regexp/Makefile.orig	Sun Oct 19 01:51:44 2003
+++ lib/regexp/Makefile	Sun Oct 19 01:51:59 2003
@@ -8,7 +8,7 @@
 OFILES=regaux.o regcomp.o regexec.o regsub.o
 
 TARG=../libregexp.a
-CFLAGS=-g -I../../include
+CFLAGS+=-g -I../../include
 
 all: $(TARG)