Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amigappc/include Fixed a typo. Make ./build.sh rele...



details:   https://anonhg.NetBSD.org/src/rev/be307ff62f95
branches:  trunk
changeset: 751077:be307ff62f95
user:      phx <phx%NetBSD.org@localhost>
date:      Sun Jan 24 10:36:34 2010 +0000

description:
Fixed a typo. Make ./build.sh release work.

diffstat:

 sys/arch/amigappc/include/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r c8e7dba6bfde -r be307ff62f95 sys/arch/amigappc/include/Makefile
--- a/sys/arch/amigappc/include/Makefile        Sun Jan 24 04:06:31 2010 +0000
+++ b/sys/arch/amigappc/include/Makefile        Sun Jan 24 10:36:34 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.22 2009/07/21 09:49:15 phx Exp $
+#      $NetBSD: Makefile,v 1.23 2010/01/24 10:36:34 phx Exp $
 
 INCSDIR= /usr/include/amigappc
 
@@ -6,6 +6,4 @@
        intr.h \
        vmparam.h
 
-include "../../powerpc/include/Makefile"
-
-.include <bsd.kinc.mk>
+.include "../../powerpc/include/Makefile"



Home | Main Index | Thread Index | Old Index