Use ${ALPHA} instead of ../..
authorniklas <niklas@openbsd.org>
Sun, 20 Apr 1997 10:57:23 +0000 (10:57 +0000)
committerniklas <niklas@openbsd.org>
Sun, 20 Apr 1997 10:57:23 +0000 (10:57 +0000)
sys/arch/alpha/conf/Makefile.alpha

index 8abe7c1..81c9c73 100644 (file)
@@ -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