From 297cbd0761cc279ca01eac525d9e8289d5eb9603 Mon Sep 17 00:00:00 2001 From: "Thordur I. Bjornsson" Date: Mon, 11 Jun 2007 16:27:50 +0000 Subject: inlude powerpc/include/*.h in macppc's make tags target. ok drahn@ --- sys/arch/macppc/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/macppc/Makefile b/sys/arch/macppc/Makefile index 4ef3035518d..f52a9627808 100644 --- a/sys/arch/macppc/Makefile +++ b/sys/arch/macppc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/06/01 15:48:35 grange Exp $ +# $OpenBSD: Makefile,v 1.5 2007/06/11 16:27:49 thib Exp $ S=${.CURDIR}/../.. .include "$S/kern/Make.tags.inc" @@ -11,10 +11,11 @@ SUBDIR= stand .endif TMACPPC= $S/arch/macppc/tags -SMACPPC= $S/arch/macppc/macppc/*.[ch] \ - $S/arch/macppc/include/*.h \ - $S/arch/macppc/dev/*.[ch] \ - $S/arch/macppc/pci/*.[ch] +SMACPPC= $S/arch/macppc/macppc/*.[ch] \ + $S/arch/macppc/include/*.h \ + $S/arch/macppc/dev/*.[ch] \ + $S/arch/macppc/pci/*.[ch] \ + $S/arch/powerpc/include/*.h AMACPPC= $S/arch/macppc/macppc/*.[sS] # Directories in which to place macppc tags links -- cgit v1.2.3