2014-10-22 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Oct 2014 08:55:45 +0000 (08:55 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Oct 2014 08:55:45 +0000 (08:55 +0000)
* Makefile.in (s-match): Adjust dependencies to only catch
match.pd.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216545 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index b596a38..4b06666 100644 (file)
@@ -1,4 +1,9 @@
 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>
 
        * Makefile.in (OBJS): Add gimple-match.o and generic-match.o.
index 6aa59ed..04d2da8 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 \