Date: Thu, 6 Aug 2009 22:56:06 GMT From: Xin LI <delphij@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 167075 for review Message-ID: <200908062256.n76Mu6lQ015000@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167075 Change 167075 by delphij@charlie on 2009/08/06 22:55:06 Make it possible for build to be completed after 'make obj'. Affected files ... .. //depot/projects/soc2009/gabor_iconv/extracted/lib/libiconv_modules/Makefile.inc#3 edit Differences ... ==== //depot/projects/soc2009/gabor_iconv/extracted/lib/libiconv_modules/Makefile.inc#3 (text+ko) ==== @@ -1,9 +1,9 @@ # $FreeBSD$ -.PATH: ../../libiconv +.PATH: ${.CURDIR}/../../libiconv SHLIB_MAJOR= 4 -CFLAGS+= -I../../libiconv +CFLAGS+= -I${.CURDIR}/../../libiconv DEBUG_FLAGS= -g -ggdb LIBDIR= /usr/lib/i18n SRCS+= _iconv.c \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908062256.n76Mu6lQ015000>