mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue