Removed bogus -I path. The correct path is in all subdir Makefiles

where it matters.
This commit is contained in:
Bruce Evans 1998-03-20 11:08:52 +00:00
parent 7d0ec55f03
commit c0a15f333f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34700

View File

@ -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)