diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 16:36:30 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 16:36:30 +0000 |
commit | 7100d10a033ff2b206ea11f61cc919a8bdf708ba (patch) | |
tree | 1986c2cb85ab81d4fa7903862e2eceac1c13ec25 /net/maradns/files/patch-parse-Makefile | |
parent | Initial import of chordpack-0.8.0. (diff) |
Update to version 0.7.22
PR: 28817
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=44932
Diffstat (limited to 'net/maradns/files/patch-parse-Makefile')
-rw-r--r-- | net/maradns/files/patch-parse-Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/maradns/files/patch-parse-Makefile b/net/maradns/files/patch-parse-Makefile index bd8809642a3d..f3ae49178c1e 100644 --- a/net/maradns/files/patch-parse-Makefile +++ b/net/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 |