Current-Users archive

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

Re: Build-break on amd64 - tools/awk



Hi,

attached diff fixed for me.

-- 
Takahiro Kambe <taca%back-street.net@localhost>

diff -u -r1.1.1.1 Makefile
--- usr.bin/awk/Makefile        25 Jan 2010 04:11:24 -0000      1.1.1.1
+++ usr.bin/awk/Makefile        12 Dec 2010 04:34:42 -0000
@@ -4,12 +4,12 @@
 
 .include <bsd.own.mk>
 
-DIST=  ${NETBSDSRCDIR}/dist
-.PATH: ${DIST}/nawk
+DIST=  ${NETBSDSRCDIR}/external/historical
+.PATH: ${DIST}/nawk/dist
 
 PROG=  awk
 SRCS=  awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c
-CPPFLAGS+=     -I${DIST}/nawk -I. -DHAS_ISBLANK
+CPPFLAGS+=     -I${DIST}/nawk/dist -I. -DHAS_ISBLANK
 LDADD+=        -lm
 .if !defined(HOSTPROG)
 DPADD+=        ${LIBM}


Home | Main Index | Thread Index | Old Index