diff options
Diffstat (limited to 'dns/maradns/files/patch-parse-Makefile')
-rw-r--r-- | dns/maradns/files/patch-parse-Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dns/maradns/files/patch-parse-Makefile b/dns/maradns/files/patch-parse-Makefile index bd8809642a3d..f3ae49178c1e 100644 --- a/dns/maradns/files/patch-parse-Makefile +++ b/dns/maradns/files/patch-parse-Makefile @@ -1,14 +1,14 @@ ---- parse/Makefile.old Mon Jun 25 00:46:40 2001 -+++ parse/Makefile Mon Jun 25 00:47:50 2001 -@@ -5,7 +5,7 @@ - OBJECTS=$(JOBJS) $(MJOBJS) $(POBJECTS) $(DOBJECTS) +--- parse/Makefile.orig Sun Jul 8 15:41:39 2001 ++++ parse/Makefile Sun Jul 8 15:42:39 2001 +@@ -6,7 +6,7 @@ EXECS=parsetest parsetest2 --FLAGS = -O2 -+FLAGS = $(CFLAGS) - #FLAGS = -g + #FLAGS = -O2 +-FLAGS = -g ++FLAGS = -g $(CFLAGS) all: $(EXECS) + @@ -17,17 +17,17 @@ cd libs ; make |