From 8594105ebada44be920fc429c7395bd990fdd771 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 13 May 2000 07:39:46 +0000 Subject: [PATCH] Unbreak 'make reinstall' after last commit --- sys/conf/Makefile.alpha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index 21aaa1eac290..066bf404e0cc 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -270,7 +270,7 @@ kernel-install kernel-install.debug: kernel-reinstall kernel-reinstall.debug: install -c -m 555 -o root -g wheel -fschg \ - ${KERNEL}${.TARGET:S/reinstall//} ${DESTDIR}/${KERNEL} + ${KERNEL}${.TARGET:S/kernel-reinstall//} ${DESTDIR}/${KERNEL} .if !defined(NO_MODULES) && exists($S/modules) all: modules