* config/djgpp/config.sed: Fix an error in etc/ at "make install"
time on non-LFN systems where standards*.inf* expands to nothing.
This commit is contained in:
parent
1f5dc6706d
commit
c64a283540
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
|
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.
|
* go32-nat.c (save_npx): Avoid a warning from GCC 3.x.
|
||||||
|
|
||||||
2001-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
|
2001-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
|
@ -7,6 +7,8 @@ s|\.gdbinit|gdb.ini|g
|
||||||
/^s%@prefix@%/a\
|
/^s%@prefix@%/a\
|
||||||
s,\\([yp*]\\)\\.tab,\\1_tab,g\
|
s,\\([yp*]\\)\\.tab,\\1_tab,g\
|
||||||
/^ @rm -f/s,\\$@-\\[0-9\\]\\[0-9\\],& *.i[1-9] *.i[1-9][0-9],\
|
/^ @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,\\.info\\*,.inf* *.i[1-9] *.i[1-9][0-9],\
|
||||||
s,\\.gdbinit,gdb.ini,g\
|
s,\\.gdbinit,gdb.ini,g\
|
||||||
/TEXINPUTS=/s,:,';',g\
|
/TEXINPUTS=/s,:,';',g\
|
||||||
|
|
Loading…
Reference in a new issue