From 8023007863f21234104aa3588b798e32fd4b9192 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sat, 8 May 2004 05:50:38 +0000 Subject: [PATCH] kdump-linux-install-typo-20040508 FIXES 4430 fix @? to be $? --- src/venus/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/venus/Makefile.in b/src/venus/Makefile.in index fb57b627f..c0bddbba1 100644 --- a/src/venus/Makefile.in +++ b/src/venus/Makefile.in @@ -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 $? $@;; \ -- 2.39.5