Module Name: othersrc
Committed By: agc
Date: Sat May 7 02:35:28 UTC 2011
Modified Files:
othersrc/external/bsd/circa/circa: Makefile
Log Message:
Fixup pre-req lib path now that this is in-tree.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/circa/circa/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/circa/circa/Makefile
diff -u othersrc/external/bsd/circa/circa/Makefile:1.1.1.1 othersrc/external/bsd/circa/circa/Makefile:1.2
--- othersrc/external/bsd/circa/circa/Makefile:1.1.1.1 Sat May 7 02:31:24 2011
+++ othersrc/external/bsd/circa/circa/Makefile Sat May 7 02:35:28 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/05/07 02:31:24 agc Exp $
+# $NetBSD: Makefile,v 1.2 2011/05/07 02:35:28 agc Exp $
.include <bsd.own.mk>
@@ -8,7 +8,7 @@
LDADD+= -L${LIBCIRCDIR} -lcirca
DPADD+= ${LIBCIRCDIR}/libcirca.a
-LIBRSDIR!= cd /usr/othersrc/external/bsd/rs/librs && ${PRINTOBJDIR}
+LIBRSDIR!= cd ${.CURDIR}/../../rs/librs && ${PRINTOBJDIR}
LDADD+= -L${LIBRSDIR} -lrs
DPADD+= ${LIBRSDIR}/librs.a