diff options
-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 |