diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-20 10:57:24 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-20 10:57:24 +0000 |
commit | 9e5fd43119e71692eb60412af465780ce4545e30 (patch) | |
tree | cbe3f2d1075d85cbe1a18d69331fe241f75d36a2 /sys/arch/alpha | |
parent | afa6a0f4492f9e71222cea5beaf02d46b0d1e900 (diff) |
Use ${ALPHA} instead of ../..
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 8abe7c1ddbc..81c9c73fc7d 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.12 1997/04/19 21:12:51 tholo Exp $ +# $OpenBSD: Makefile.alpha,v 1.13 1997/04/20 10:57:23 niklas Exp $ # $NetBSD: Makefile.alpha,v 1.27 1996/12/01 06:12:25 jonathan Exp $ # Makefile for OpenBSD @@ -181,5 +181,6 @@ cpuconf.o: cpuconf.c ${NORMAL_C} cpuconf.c: ${ALPHA}/alpha/cpuconf.c - cp ../../alpha/cpuconf.c . + cp ${ALPHA}/alpha/cpuconf.c . + %RULES |