diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-05-24 20:12:03 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-05-24 20:12:03 +0000 |
commit | 50168be1381281d3882d0cacf8df97174ebe1864 (patch) | |
tree | 0d2d8fb2125990ceecdc856a49bfb5ffc67050df /sys/arch/alpha | |
parent | 02cea57cac2e4aaab9da1688775868e4ffb76090 (diff) |
fix links target
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/Makefile b/sys/arch/alpha/Makefile index f9d1c25c982..d1e3cd4c10b 100644 --- a/sys/arch/alpha/Makefile +++ b/sys/arch/alpha/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2005/05/06 11:16:47 pedro Exp $ +# $OpenBSD: Makefile,v 1.7 2005/05/24 20:12:02 uwe Exp $ # $NetBSD: Makefile,v 1.3 1995/02/27 16:36:07 cgd Exp $ # Makefile for alpha tags file and boot blocks @@ -31,7 +31,7 @@ tags: links: -for i in ${DALPHA}; do \ - (cd $$i && rm -f tags; ln -s ${TALPHA} tags); done + (cd $$i && { rm -f tags; ln -s ${TALPHA} tags; }) done obj: _SUBDIRUSE |