Module Name:    othersrc
Committed By:   agc
Date:           Sat May  7 02:33:58 UTC 2011

Modified Files:
        othersrc/external/bsd/circa/libcirca: 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/libcirca/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/libcirca/Makefile
diff -u othersrc/external/bsd/circa/libcirca/Makefile:1.1.1.1 othersrc/external/bsd/circa/libcirca/Makefile:1.2
--- othersrc/external/bsd/circa/libcirca/Makefile:1.1.1.1	Sat May  7 02:31:24 2011
+++ othersrc/external/bsd/circa/libcirca/Makefile	Sat May  7 02:33:58 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:33:58 agc Exp $
 
 USE_FORT?= yes
 
@@ -14,6 +14,6 @@
 INCS+= circa.h
 INCSDIR=/usr/include
 
-LIBDPLIBS+=	rs	/usr/othersrc/external/bsd/rs/librs
+LIBDPLIBS+=	rs	${.CURDIR}/../../rs/librs
 
 .include <bsd.lib.mk>

Reply via email to