Makefile.in (s-match): Adjust dependencies to only catch match.pd.
authorRichard Biener <rguenther@suse.de>
Wed, 22 Oct 2014 08:55:45 +0000 (08:55 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 22 Oct 2014 08:55:45 +0000 (08:55 +0000)
2014-10-22  Richard Biener  <rguenther@suse.de>

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

From-SVN: r216545

gcc/ChangeLog
gcc/Makefile.in

index b596a3857d473ca44ade7c077c01c92e25dfba52..4b066662a5b413fe29186f9760519bb2aa42ab2d 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-22  Richard Biener  <rguenther@suse.de>
+
+       * Makefile.in (s-match): Adjust dependencies to only catch
+       match.pd.
+
 2014-10-22  Richard Biener  <rguenther@suse.de>
        Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>
 
index 6aa59ed3ee78db5bd3d229ac83f7b4796b78ad3c..04d2da83b7f1f72cd2337be9b33aa389c100f3af 100644 (file)
@@ -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 \