Index: head/devel/libstocks/files/Makefile.client =================================================================== --- head/devel/libstocks/files/Makefile.client (revision 52766) +++ head/devel/libstocks/files/Makefile.client (revision 52767) @@ -1,12 +1,12 @@ PROG= libstocks_client SRCS= client.c NOMAN= 1 PREFIX?=/usr/local BINDIR= ${PREFIX}/bin -CFLAGS+=-I../lib +CFLAGS+=-I${.CURDIR}/lib LDADD+= -L../lib -lstocks build: all .include Property changes on: head/devel/libstocks/files/Makefile.client ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/finance/libstocks/files/Makefile.client =================================================================== --- head/finance/libstocks/files/Makefile.client (revision 52766) +++ head/finance/libstocks/files/Makefile.client (revision 52767) @@ -1,12 +1,12 @@ PROG= libstocks_client SRCS= client.c NOMAN= 1 PREFIX?=/usr/local BINDIR= ${PREFIX}/bin -CFLAGS+=-I../lib +CFLAGS+=-I${.CURDIR}/lib LDADD+= -L../lib -lstocks build: all .include Property changes on: head/finance/libstocks/files/Makefile.client ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property