Module Name:    src
Committed By:   dyoung
Date:           Fri Mar 18 19:48:12 UTC 2011

Modified Files:
        src/sys/arch/i386: Makefile

Log Message:
Simplify tags target to reduce diffs with amd64/Makefile tags target.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/i386/Makefile

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

Modified files:

Index: src/sys/arch/i386/Makefile
diff -u src/sys/arch/i386/Makefile:1.38 src/sys/arch/i386/Makefile:1.39
--- src/sys/arch/i386/Makefile:1.38	Sun Aug 30 02:00:56 2009
+++ src/sys/arch/i386/Makefile	Fri Mar 18 19:48:12 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.38 2009/08/30 02:00:56 dyoung Exp $
+#	$NetBSD: Makefile,v 1.39 2011/03/18 19:48:12 dyoung Exp $
 
 # Makefile for i386 tags file and boot blocks
 
@@ -19,7 +19,7 @@
 	${SYSDIR}/arch/x86/include/*.h \
 	${SYSDIR}/arch/x86/isa/*.[ch] \
 	${SYSDIR}/arch/x86/pci/*.[ch]
-AI386=	${SYSDIR}/arch/i386/i386/*.[sS]
+AI386=	${SYSDIR}/arch/i386/i386/*.S
 
 # Directories in which to place tags links
 DI386=	i386 eisa isa include pci

Reply via email to