diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-09-27 09:13:32 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-09-27 09:13:32 +0000 |
commit | fa964727833e58970f10475225deb1346ba0af59 (patch) | |
tree | b56b7525a1c914a404e937101f453278143ada86 /sys/arch/amd64/Makefile | |
parent | 0b58f8252ddc218585e959a8b8f8a5e6b269a4d9 (diff) |
Fix tags file creating by removing unexisting paths.
Diffstat (limited to 'sys/arch/amd64/Makefile')
-rw-r--r-- | sys/arch/amd64/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/amd64/Makefile b/sys/arch/amd64/Makefile index a344733d7a2..c6cd2a5ce33 100644 --- a/sys/arch/amd64/Makefile +++ b/sys/arch/amd64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2005/05/06 11:16:47 pedro Exp $ +# $OpenBSD: Makefile,v 1.5 2006/09/27 09:13:31 grange Exp $ S=${.CURDIR}/../.. .include "$S/kern/Make.tags.inc" @@ -12,8 +12,7 @@ TAMD64= $S/arch/amd64/tags SAMD64= $S/arch/amd64/amd64/*.[ch] \ $S/arch/amd64/include/*.h \ $S/arch/amd64/isa/*.[ch] $S/arch/amd64/pci/*.[ch] -AAMD64= $S/arch/amd64/amd64/*.[sS] $S/arch/amd64/isa/*.[sS] \ - $S/lib/libkern/arch/amd64/*.[sS] +AAMD64= $S/arch/amd64/amd64/*.[sS] $S/lib/libkern/arch/amd64/*.[sS] # Directories in which to place amd64 tags links DAMD64= conf amd64 include isa pci |