diff options
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/Makefile b/sys/arch/hppa64/Makefile index 4810b52d27e..d9f644b4b0f 100644 --- a/sys/arch/hppa64/Makefile +++ b/sys/arch/hppa64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2005/05/06 03:18:20 marco Exp $ +# $OpenBSD: Makefile,v 1.3 2005/05/06 11:16:47 pedro Exp $ # Makefile for hppa64 tags file and boot blocks @@ -21,7 +21,7 @@ DHPPA= conf dev hppa64 include tags: -ctags -wdtf ${THPPA} ${COMM} ${SHPPA} egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AHPPA} | \ - sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ + sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> ${THPPA} sort -o ${THPPA} ${THPPA} |