]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE10-linux-install-kdump-with-make-rules-that-work-20010119
authorDerrick Brashear <shadow@dementia.org>
Fri, 19 Jan 2001 22:16:51 +0000 (22:16 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 19 Jan 2001 22:16:51 +0000 (22:16 +0000)
gmake doesn't like $?-$$lv, so don't use it

(cherry picked from commit 7f6f446ad0f007d85b25280947301c36fa0e862f)

src/venus/Makefile

index cf07e39c06b47bd42772054be1c06d0d4361ba97..787e1eab29ad385f060b4a61d4af9bf6b23ad772 100644 (file)
@@ -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 $@; \