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/hppa/Makefile | |
parent | 760293682efa608146e37130ecfa85f7ed60dcad (diff) |
Fix links target.
Diffstat (limited to 'sys/arch/hppa/Makefile')
-rw-r--r-- | sys/arch/hppa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/Makefile b/sys/arch/hppa/Makefile index 4793bb08000..55af0ed14cd 100644 --- a/sys/arch/hppa/Makefile +++ b/sys/arch/hppa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2004/10/05 17:56:43 mickey Exp $ +# $OpenBSD: Makefile,v 1.5 2005/05/06 03:17:29 marco Exp $ # Makefile for hppa tags file and boot blocks @@ -29,7 +29,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 |