diff options
Diffstat (limited to 'sys/arch/macppc/Makefile')
-rw-r--r-- | sys/arch/macppc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/Makefile b/sys/arch/macppc/Makefile index d2781fa33dd..2e1166dc353 100644 --- a/sys/arch/macppc/Makefile +++ b/sys/arch/macppc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2005/05/06 02:03:15 marco Exp $ +# $OpenBSD: Makefile,v 1.3 2005/05/06 11:16:47 pedro Exp $ S=${.CURDIR}/../.. .include "$S/kern/Make.tags.inc" @@ -22,7 +22,7 @@ DMACPPC= conf macppc include pci tags: -ctags -wdtf ${TMACPPC} ${COMM} ${SMACPPC} egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AMACPPC} | \ - sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ + sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> ${TMACPPC} sort -o ${TMACPPC} ${TMACPPC} |