* config/djgpp/config.sed: Fix an error in etc/ at "make install"
authorEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 11:32:51 +0000 (11:32 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 11:32:51 +0000 (11:32 +0000)
time on non-LFN systems where standards*.inf* expands to nothing.

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

index 85b317b..769e554 100644 (file)
@@ -1,5 +1,8 @@
 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * config/djgpp/config.sed: Fix an error in etc/ at "make install"
+       time on non-LFN systems where standards*.inf* expands to nothing.
+
        * go32-nat.c (save_npx): Avoid a warning from GCC 3.x.
 
 2001-11-24  Pierre Muller  <muller@ics.u-strasbg.fr>
index 5159579..7cc9d3f 100644 (file)
@@ -7,6 +7,8 @@ s|\.gdbinit|gdb.ini|g
   /^s%@prefix@%/a\
   s,\\([yp*]\\)\\.tab,\\1_tab,g\
   /^   @rm -f/s,\\$@-\\[0-9\\]\\[0-9\\],& *.i[1-9] *.i[1-9][0-9],\
+  s,standards\\.info\\*,standard*.inf*,\
+  s,configure\\.info\\*,configur*.inf*,\
   s,\\.info\\*,.inf* *.i[1-9] *.i[1-9][0-9],\
   s,\\.gdbinit,gdb.ini,g\
   /TEXINPUTS=/s,:,';',g\