kdump-linux-install-typo-20040508
authorDerrick Brashear <shadow@dementia.org>
Sat, 8 May 2004 05:50:38 +0000 (05:50 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sat, 8 May 2004 05:50:38 +0000 (05:50 +0000)
FIXES 4430

fix @? to be $?

src/venus/Makefile.in

index fb57b62..c0bddbb 100644 (file)
@@ -354,7 +354,7 @@ ${DESTDIR}${sbindir}/${KDUMP}: ${KDUMP}
                ${INSTALL} -s -f $? $@;; \
        *linux* ) \
                ${INSTALLex} -f kdump.sh.linux ${DESTDIR}${sbindir}/kdump; \
-               ${INSTALL} -s @? $@ ;; \
+               ${INSTALL} -s $? $@ ;; \
        hp_ux11* ) \
                ${INSTALLex} -f kdump.sh.hp_ux11 ${DESTDIR}${sbindir}/kdump; \
                ${INSTALL} -s -f $? $@;; \