* config/djgpp/config.sed: Fix the lines which edit clean: and

uninstall-info: targets.
This commit is contained in:
Eli Zaretskii 2000-04-16 08:16:03 +00:00
parent bdbe570575
commit 6c9d75b842
2 changed files with 7 additions and 1 deletions

View 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

View 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
}