Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/compat protect against multiple inclusion.
details: https://anonhg.NetBSD.org/src/rev/ebd7f035f82a
branches: trunk
changeset: 502243:ebd7f035f82a
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 14 06:29:27 2001 +0000
description:
protect against multiple inclusion.
diffstat:
sys/lkm/compat/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 7f3513a568df -r ebd7f035f82a sys/lkm/compat/Makefile.inc
--- a/sys/lkm/compat/Makefile.inc Sun Jan 14 06:26:56 2001 +0000
+++ b/sys/lkm/compat/Makefile.inc Sun Jan 14 06:29:27 2001 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.4 2000/12/08 20:15:12 jdolecek Exp $
+# $NetBSD: Makefile.inc,v 1.5 2001/01/14 06:29:27 christos Exp $
+.if !target(assym.h)
S!= cd ${.CURDIR}/../../..;pwd
DPSRCS+= assym.h
@@ -18,3 +19,4 @@
mv -f assym.h.tmp assym.h
.include "../Makefile.inc"
+.endif
Home |
Main Index |
Thread Index |
Old Index