public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix merge glitch
@ 2014-10-22  8:56 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2014-10-22  8:56 UTC (permalink / raw)
  To: gcc-patches


Committed.

2014-10-22  Richard Biener  <rguenther@suse.de>

	* Makefile.in (s-match): Adjust dependencies to only catch
	match.pd.

Index: gcc/Makefile.in
===================================================================
--- gcc/Makefile.in	(revision 216542)
+++ gcc/Makefile.in	(working copy)
@@ -2237,7 +2237,7 @@ s-tm-texi: build/genhooks$(build_exeext)
 gimple-match.c: s-match gimple-match-head.c ; @true
 generic-match.c: s-match generic-match-head.c ; @true
 
-s-match: build/genmatch$(build_exeext) $(srcdir)/match*.pd
+s-match: build/genmatch$(build_exeext) $(srcdir)/match.pd
 	$(RUN_GEN) build/genmatch$(build_exeext) --gimple $(srcdir)/match.pd \
 	    > tmp-gimple-match.c
 	$(RUN_GEN) build/genmatch$(build_exeext) --generic $(srcdir)/match.pd \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-22  8:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-22  8:56 [PATCH] Fix merge glitch Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).