Commit 48f9f863 by Michael Matz Committed by Michael Matz

* Makefile.in (GTFILES_H): Use $(patsubst) instead of $(subst).

From-SVN: r127775
parent 28dc6b33
2007-08-24 Michael Matz <matz@suse.de>
* Makefile.in (GTFILES_H): Use $(patsubst) instead of $(subst).
2007-08-24 Richard Guenther <rguenther@suse.de>
PR middle-end/33166
......
......@@ -3094,7 +3094,7 @@ GTFILES = $(srcdir)/input.h $(srcdir)/coretypes.h \
$(srcdir)/targhooks.c $(out_file) $(srcdir)/passes.c $(srcdir)/cgraphunit.c \
@all_gtfiles@
GTFILES_H = $(subst /,-, $(subst $(srcdir)/,gt-, $(subst .c,.h, \
GTFILES_H = $(subst /,-, $(patsubst $(srcdir)/%,gt-%, $(patsubst %.c,%.h, \
$(filter %.c, $(GTFILES)))))
GTFILES_LANG_H = $(patsubst [%], gtype-%.h, $(filter [%], $(GTFILES)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment