Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lkm/vfs/coda5 fix for non-objdir build. reported by tron.



details:   https://anonhg.NetBSD.org/src/rev/8a2b515a34ae
branches:  trunk
changeset: 551907:8a2b515a34ae
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 13 22:25:47 2003 +0000

description:
fix for non-objdir build. reported by tron.

diffstat:

 sys/lkm/vfs/coda5/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r eb5de9688fab -r 8a2b515a34ae sys/lkm/vfs/coda5/Makefile
--- a/sys/lkm/vfs/coda5/Makefile        Sat Sep 13 22:22:29 2003 +0000
+++ b/sys/lkm/vfs/coda5/Makefile        Sat Sep 13 22:25:47 2003 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.5 2003/09/12 16:29:09 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2003/09/13 22:25:47 christos Exp $
 
 .include "../Makefile.inc"
 
-.PATH: $S/coda ${.CURDIR}/../coda
+.PATH.c: $S/coda ${.CURDIR}/../coda
 
 KMOD=  coda5
 



Home | Main Index | Thread Index | Old Index