mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 16:51:13 +08:00
Makefile.in (GTFILES_H): Use | instead of ; as separator in sed substitutions.
2008-06-25 Olivier Hainque <hainque@adacore.com> * Makefile.in (GTFILES_H): Use | instead of ; as separator in sed substitutions. From-SVN: r137107
This commit is contained in:
parent
185ab3b677
commit
5cff8550d9
@ -1,3 +1,8 @@
|
||||
2008-06-25 Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
* Makefile.in (GTFILES_H): Use | instead of ; as separator in
|
||||
sed substitutions.
|
||||
|
||||
2008-06-25 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* tree-ssa-structalias.c (fieldoff_compare): Make sure to
|
||||
|
@ -3181,7 +3181,7 @@ GTFILES_H = $(subst /,-, \
|
||||
$(shell echo $(patsubst $(srcdir)/%,gt-%, \
|
||||
$(patsubst %.c,%.h, \
|
||||
$(filter %.c, $(GTFILES)))) \
|
||||
| sed -e "s;/[^ ]*/;/;g" -e "s;gt-config/;gt-;g"))
|
||||
| sed -e "s|/[^ ]*/|/|g" -e "s|gt-config/|gt-|g"))
|
||||
|
||||
GTFILES_LANG_H = $(patsubst [%], gtype-%.h, $(filter [%], $(GTFILES)))
|
||||
ALL_GTFILES_H := $(sort $(GTFILES_H) $(GTFILES_LANG_H))
|
||||
|
Loading…
x
Reference in New Issue
Block a user