diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-05-06 03:18:21 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-05-06 03:18:21 +0000 |
commit | a65044490ce6e835c208ceda4bc03b7f93044db3 (patch) | |
tree | 029f04702575b8ce3e8f42a00218589de2c20dbe /sys/arch/hppa64/Makefile | |
parent | 760293682efa608146e37130ecfa85f7ed60dcad (diff) |
Fix links target.
Diffstat (limited to 'sys/arch/hppa64/Makefile')
-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 bb151360666..4810b52d27e 100644 --- a/sys/arch/hppa64/Makefile +++ b/sys/arch/hppa64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2005/04/01 10:40:46 mickey Exp $ +# $OpenBSD: Makefile,v 1.2 2005/05/06 03:18:20 marco Exp $ # Makefile for hppa64 tags file and boot blocks @@ -27,7 +27,7 @@ tags: links: -for i in ${DHPPA}; do \ - cd $$i && rm -f tags; ln -s ${THPPA} tags; done + (cd $$i && rm -f tags; ln -s ${THPPA} tags); done obj: _SUBDIRUSE |