-I ${.OBJDIR} needed to pick up the yacc generated include file.
This commit is contained in:
parent
f9e84c2fee
commit
3fbd04e6e6
@ -23,7 +23,7 @@
|
||||
# Copies of this Software may be made, however, the above copyright
|
||||
# notice must be reproduced on all copies.
|
||||
#
|
||||
# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $
|
||||
# @(#) $Id: Makefile,v 1.1 1998/09/15 08:23:15 phk Exp $
|
||||
#
|
||||
#
|
||||
|
||||
@ -35,7 +35,7 @@ SRCS= scspd.c scsp_cafsm.c scsp_config.c scsp_config_lex.c \
|
||||
scsp_timer.c
|
||||
MAN8= scspd.8
|
||||
|
||||
CFLAGS+= -I ${.CURDIR}/../../../sys
|
||||
CFLAGS+= -I ${.CURDIR}/../../../sys -I ${.OBJDIR}
|
||||
LDADD+= -latm
|
||||
YFLAGS= -d
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user