From b5a50652cca628e61b6c5f1e2c1627f4714fb567 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Mon, 2 Aug 1993 16:43:54 +0000 Subject: [PATCH] Remove -I${.CURDIR}, as we now use system's regex.h --- bin/ed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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