From: Eli Zaretskii Date: Sun, 16 Apr 2000 08:16:03 +0000 (+0000) Subject: * config/djgpp/config.sed: Fix the lines which edit clean: and X-Git-Tag: readline-pre-41-import~770 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c9d75b842c1ada75812b6d2fa1d5cc1598fea6a;p=platform%2Fupstream%2Fbinutils.git * config/djgpp/config.sed: Fix the lines which edit clean: and uninstall-info: targets. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e45c772..a5d9266 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2000-04-16 Eli Zaretskii + + * config/djgpp/config.sed: Fix the lines which edit clean: and + uninstall-info: targets. + 2000-04-14 Jim Blandy Provide the hooks needed to support architectures on which diff --git a/gdb/config/djgpp/config.sed b/gdb/config/djgpp/config.sed index e048cae..c53dc02 100644 --- a/gdb/config/djgpp/config.sed +++ b/gdb/config/djgpp/config.sed @@ -6,12 +6,13 @@ s|\.gdbinit|gdb.ini|g /ac_given_INSTALL=/,/^CEOF/ { /^s%@prefix@%/a\ s,\\([yp*]\\)\\.tab,\\1_tab,g\ - /^ @rm -f/s,\\$@-\\[0-9\\]\\[0-9\\],&$*.i[1-9] $*[1-9][0-9],\ + /^ @rm -f/s,\\$@-\\[0-9\\]\\[0-9\\],& *.i[1-9] *.i[1-9][0-9],\ s,\\.info\\*,.inf* *.i[1-9] *.i[1-9][0-9],\ s,\\.gdbinit,gdb.ini,g\ /TEXINPUTS=/s,:,';',g\ /VPATH *=/s,:,;,g\ /\\$\\$file-\\[0-9\\]/s,echo,& *.i[1-9] *.i[1-9][0-9],\ + /\\$\\$file-\\[0-9\\]/s,rm -f \\$\\$file,& \\${PACKAGE}.i[1-9] \\${PACKAGE}.i[1-9][0-9],\ s,config\\.h\\.in,config.h-in,g\ s,po2tbl\\.sed\\.in,po2tblsed.in,g }