PERFORCE change 167075 for review
Xin LI
delphij at FreeBSD.org
Thu Aug 6 22:56:07 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=167075
Change 167075 by delphij at 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 \
More information about the p4-projects
mailing list