* config/djgpp/config.sed: Fix the lines which edit clean: and
authorEli Zaretskii <eliz@gnu.org>
Sun, 16 Apr 2000 08:16:03 +0000 (08:16 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 16 Apr 2000 08:16:03 +0000 (08:16 +0000)
        uninstall-info: targets.

gdb/ChangeLog
gdb/config/djgpp/config.sed

index e45c772..a5d9266 100644 (file)
@@ -1,3 +1,8 @@
+2000-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config/djgpp/config.sed: Fix the lines which edit clean: and
+        uninstall-info: targets.
+
 2000-04-14  Jim Blandy  <jimb@redhat.com>
 
        Provide the hooks needed to support architectures on which
index e048cae..c53dc02 100644 (file)
@@ -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
 }