Module Name:    src
Committed By:   riz
Date:           Tue Jun 28 20:28:49 UTC 2011

Modified Files:
        src/lib/libperfuse: Makefile

Log Message:
Don't hardcode the libpuffs path to /usr/src/lib/libpuffs.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libperfuse/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libperfuse/Makefile
diff -u src/lib/libperfuse/Makefile:1.5 src/lib/libperfuse/Makefile:1.6
--- src/lib/libperfuse/Makefile:1.5	Tue Jun 28 16:19:16 2011
+++ src/lib/libperfuse/Makefile	Tue Jun 28 20:28:48 2011
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2011/06/28 16:19:16 manu Exp $
+# $NetBSD: Makefile,v 1.6 2011/06/28 20:28:48 riz Exp $
 
 LIB=            perfuse
-LIBDPLIBS+=     puffs	/usr/src/lib/libpuffs
+LIBDPLIBS+=     puffs	${.CURDIR}/../libpuffs
 
 PERFUSE_OPT_DEBUG_FLAGS=   -g -DPERFUSE_DEBUG
 

Reply via email to