diff options
author | peter <peter@FreeBSD.org> | 1999-06-29 21:40:05 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-06-29 21:40:05 +0000 |
commit | 6b5a8d602e3527417cdf40652f8c8a6d33ac3598 (patch) | |
tree | f853aa3221fef93df175b6afa92b12994f405db5 /sys | |
parent | 8fd823677180cb1f7a19006e068f78c9bca9dcce (diff) | |
download | FreeBSD-src-6b5a8d602e3527417cdf40652f8c8a6d33ac3598.zip FreeBSD-src-6b5a8d602e3527417cdf40652f8c8a6d33ac3598.tar.gz |
Fix typo (wrong path)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/alpha/boot2/Makefile | 2 |
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 |