From: Richard Biener Date: Wed, 22 Oct 2014 08:55:45 +0000 (+0000) Subject: Makefile.in (s-match): Adjust dependencies to only catch match.pd. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d9ce5dd15ab26688467e61a5afe41165ed70db4;p=gcc.git Makefile.in (s-match): Adjust dependencies to only catch match.pd. 2014-10-22 Richard Biener * Makefile.in (s-match): Adjust dependencies to only catch match.pd. From-SVN: r216545 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b596a3857d4..4b066662a5b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-10-22 Richard Biener + + * Makefile.in (s-match): Adjust dependencies to only catch + match.pd. + 2014-10-22 Richard Biener Prathamesh Kulkarni diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 6aa59ed3ee7..04d2da83b7f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2237,7 +2237,7 @@ s-tm-texi: build/genhooks$(build_exeext) $(srcdir)/doc/tm.texi.in 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 \