mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
53d982afed
C library that allows a programmer to parse sentences easier. PR: 16522 Submitted by: Will Andrews <andrews@technologist.com>
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
--- src/Makefile.in Wed Dec 22 12:00:17 1999
|
|
+++ src/Makefile.in.new Fri Feb 4 15:13:19 2000
|
|
@@ -6,7 +6,7 @@
|
|
OBJS=parse.o access.o
|
|
|
|
|
|
-CFLAGS=${DEBUG} ${DEFINES} -Wall -O3 -I. -I../include -c
|
|
+CFLAGS=${PCFLAGS} ${DEBUG} ${DEFINES} -Wall -O3 -I. -I../include -c
|
|
LIBEXEC=@LIBBIN@
|
|
|
|
all: ${OBJS}
|