summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-20 11:08:52 +0000
committerbde <bde@FreeBSD.org>1998-03-20 11:08:52 +0000
commitc917c1de6c42b83a5a8c96df0f6492eff2ffd4f2 (patch)
treeb3e17b9b4b7c68ed36d50ab4df25bb10ee77b263 /gnu
parentf4dbb36a3ec36d5c2de2ae5cfa8318298d9c1984 (diff)
downloadFreeBSD-src-c917c1de6c42b83a5a8c96df0f6492eff2ffd4f2.zip
FreeBSD-src-c917c1de6c42b83a5a8c96df0f6492eff2ffd4f2.tar.gz
Removed bogus -I path. The correct path is in all subdir Makefiles
where it matters.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/Makefile.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg
index 6ebc08f..6ebc6a5 100644
--- a/gnu/usr.bin/groff/Makefile.cfg
+++ b/gnu/usr.bin/groff/Makefile.cfg
@@ -1,4 +1,4 @@
-# $Id: Makefile.cfg,v 2.4 1997/03/08 19:06:23 bde Exp $
+# $Id: Makefile.cfg,v 2.5 1997/03/11 17:57:26 peter Exp $
BINDIR?= /usr/bin
SHELL= /bin/sh
@@ -85,7 +85,7 @@ DEFINES= -DHAVE_UNISTD_H=1\
-DHAVE_MKSTEMP=1\
-DSYS_SIGLIST_DECLARED=1
-INCLUDES= -I$(GROFF_DIST)/include -I$(.CURDIR)/include
+INCLUDES= -I$(GROFF_DIST)/include
CFLAGS+=$(DEFINES) $(INCLUDES)
OpenPOWER on IntegriCloud