diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-30 17:31:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-30 17:31:46 +0000 |
commit | 15d0188f4a2f00b037e80c578673ab1afb69cff8 (patch) | |
tree | 934825250f9c13cfe593ce3a7239fc3a8165260a | |
parent | b526fb56aab4ef73de5931ababacc01693a1279f (diff) |
fix tags link; tdeval@PrimeOBJ.COM
-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 7724b7b9656..94ee00f509d 100644 --- a/sys/arch/alpha/Makefile +++ b/sys/arch/alpha/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/10/30 22:37:51 niklas Exp $ +# $OpenBSD: Makefile,v 1.4 1999/12/30 17:31:45 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/02/27 16:36:07 cgd Exp $ # Makefile for alpha tags file and boot blocks @@ -24,7 +24,7 @@ tags: links: -for i in ${DALPHA}; do \ - cd $$i && rm -f tags; ln -s ../tags tags; done + (cd $$i && rm -f tags; ln -s ../tags tags); done obj: _SUBDIRUSE |