diff options
author | J.T. Conklin <jtc@FreeBSD.org> | 1993-08-02 16:43:54 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@FreeBSD.org> | 1993-08-02 16:43:54 +0000 |
commit | b5a50652cca628e61b6c5f1e2c1627f4714fb567 (patch) | |
tree | fed769b9f97323c88e5687f96ab389e53ff4ebbd /bin | |
parent | fa5e9643ff26ef9f2a630df781deb91868b1c284 (diff) | |
download | src-b5a50652cca628e61b6c5f1e2c1627f4714fb567.tar.gz src-b5a50652cca628e61b6c5f1e2c1627f4714fb567.zip |
Remove -I${.CURDIR}, as we now use system's regex.h
Notes
Notes:
svn path=/head/; revision=229
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile index a33244286d25..e247777edace 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -1,5 +1,5 @@ PROG= ed -CFLAGS+=-I${.CURDIR} -DVI_BANG -DGNU_REGEX +CFLAGS+=-DVI_BANG -DGNU_REGEX SRCS= ed.c re.c buf.c cbc.c LINKS= ${BINDIR}/ed ${BINDIR}/red MLINKS= ed.1 red.1 |