mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
Removed bogus -I path. The correct path is in all subdir Makefiles
where it matters.
This commit is contained in:
parent
7d0ec55f03
commit
c0a15f333f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34700
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user