Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/config Make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/54abe2cfcc95
branches:  trunk
changeset: 553673:54abe2cfcc95
user:      he <he%NetBSD.org@localhost>
date:      Sun Oct 19 23:15:54 2003 +0000

description:
Make this compile again.

diffstat:

 usr.sbin/config/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 85a09f885db6 -r 54abe2cfcc95 usr.sbin/config/Makefile
--- a/usr.sbin/config/Makefile  Sun Oct 19 22:00:54 2003 +0000
+++ b/usr.sbin/config/Makefile  Sun Oct 19 23:15:54 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.28 2003/10/19 05:30:30 lukem Exp $
+#      $NetBSD: Makefile,v 1.29 2003/10/19 23:15:54 he Exp $
 #      from: @(#)Makefile      8.2 (Berkeley) 4/19/94
 
 PROG=  config
@@ -7,7 +7,7 @@
        mkmakefile.c mkswap.c pack.c scan.l sem.c util.c
 MAN=   config.8
 YHEADER=1
-CPPFLAGS+=-I${.CURDIR}
+CPPFLAGS+=-I${.CURDIR} -I.
 
 CWARNFLAGS+=-Wno-format-y2k
 



Home | Main Index | Thread Index | Old Index