From 6b5a8d602e3527417cdf40652f8c8a6d33ac3598 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 29 Jun 1999 21:40:05 +0000 Subject: Fix typo (wrong path) --- sys/boot/alpha/boot2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/boot/alpha/boot2/Makefile b/sys/boot/alpha/boot2/Makefile index f11ce01..2ae069e 100644 --- a/sys/boot/alpha/boot2/Makefile +++ b/sys/boot/alpha/boot2/Makefile @@ -34,7 +34,7 @@ BINDIR?= /boot all: ${BASE} -vers.o: ${.CURDIR}/../../newvers.sh ${.CURDIR}/version +vers.o: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT} ${CC} -c vers.c -- cgit v1.1