summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-06-29 21:40:05 +0000
committerpeter <peter@FreeBSD.org>1999-06-29 21:40:05 +0000
commit6b5a8d602e3527417cdf40652f8c8a6d33ac3598 (patch)
treef853aa3221fef93df175b6afa92b12994f405db5
parent8fd823677180cb1f7a19006e068f78c9bca9dcce (diff)
downloadFreeBSD-src-6b5a8d602e3527417cdf40652f8c8a6d33ac3598.zip
FreeBSD-src-6b5a8d602e3527417cdf40652f8c8a6d33ac3598.tar.gz
Fix typo (wrong path)
-rw-r--r--sys/boot/alpha/boot2/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud