From: Derrick Brashear Date: Fri, 19 Jan 2001 22:16:51 +0000 (+0000) Subject: STABLE10-linux-install-kdump-with-make-rules-that-work-20010119 X-Git-Tag: openafs-stable-1_0_2~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e5ec706202013a001508fa4f38572db7c01754d7;p=packages%2Fo%2Fopenafs.git STABLE10-linux-install-kdump-with-make-rules-that-work-20010119 gmake doesn't like $?-$$lv, so don't use it (cherry picked from commit 7f6f446ad0f007d85b25280947301c36fa0e862f) --- diff --git a/src/venus/Makefile b/src/venus/Makefile index cf07e39c0..787e1eab2 100644 --- a/src/venus/Makefile +++ b/src/venus/Makefile @@ -89,7 +89,7 @@ ${DESTDIR}etc/kdump: kdump ${INSTALL} -s -f $? ${DESTDIR}etc/kdump32;; \ *linux* ) \ for lv in ${LINUX_VERS}; do \ - ${INSTALL} -s $?-$$lv $@-$$lv ; \ + ${INSTALL} -s kdump-$$lv ${DESTDIR}etc/kdump-$$lv ; \ done ;; \ hp_ux11* ) \ ${INSTALLex} -f kdump.sh.hp_ux11 $@; \