Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/isdn/isdnd Add -I${.CUDRIR} to CPPFLAGS.



details:   https://anonhg.NetBSD.org/src/rev/c8653e06b805
branches:  trunk
changeset: 519976:c8653e06b805
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 31 19:41:37 2001 +0000

description:
Add -I${.CUDRIR} to CPPFLAGS.

diffstat:

 usr.sbin/isdn/isdnd/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r df91d400ec69 -r c8653e06b805 usr.sbin/isdn/isdnd/Makefile
--- a/usr.sbin/isdn/isdnd/Makefile      Mon Dec 31 19:33:58 2001 +0000
+++ b/usr.sbin/isdn/isdnd/Makefile      Mon Dec 31 19:41:37 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2001/10/19 22:57:53 tv Exp $
+#      $NetBSD: Makefile,v 1.5 2001/12/31 19:41:37 thorpej Exp $
 
 PROG   =       isdnd
 SRCS   =       rc_parse.y rc_scan.l main.c rc_config.c log.c curses.c  \
@@ -6,7 +6,8 @@
                exec.c dial.c monitor.c pcause.c controller.c alias.c   \
                holiday.c
 
-CPPFLAGS+=     -I${.CURDIR}/../isdnmonitor -I${.CURDIR}/../isdntel -I${.OBJDIR}
+CPPFLAGS+=     -I${.CURDIR}/../isdnmonitor -I${.CURDIR}/../isdntel
+CPPFLAGS+=     -I${.CURDIR} -I${.OBJDIR}
 
 # compile debug support
 CPPFLAGS+=     -DDEBUG



Home | Main Index | Thread Index | Old Index