]> gcc.gnu.org Git - gcc.git/commitdiff
* config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to m32c-pragma.o
authorDJ Delorie <dj@redhat.com>
Fri, 9 Mar 2007 20:08:13 +0000 (15:08 -0500)
committerDJ Delorie <dj@gcc.gnu.org>
Fri, 9 Mar 2007 20:08:13 +0000 (15:08 -0500)
From-SVN: r122759

gcc/ChangeLog
gcc/config/m32c/t-m32c

index 6c69dd38b227182e07117e237269190ccb7f87b5..beb4477d1692d284f73d2acd1434719e39e83fb9 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-09  DJ Delorie  <dj@redhat.com>
+
+       * config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to m32c-pragma.o
+
 2007-03-09  Aldy Hernandez  <aldyh@redhat.com>
 
         PR tree-optimization/30375
index eb5882d925294f2fce01844ac73269e55a754c48..e5c8dd930b0bf010fca4ea569bb7e67fa58a613f 100644 (file)
@@ -57,7 +57,7 @@ md : $(MD_FILES:%=$(srcdir)/config/m32c/%.md) $(srcdir)/config/m32c/t-m32c
          echo "(include \"$(srcdir)/config/m32c/$$md.md\")"; \
        done > md
 
-m32c-pragma.o: $(srcdir)/config/m32c/m32c-pragma.c $(RTL_H) $(TREE_H) $(CONFIG_H)
+m32c-pragma.o: $(srcdir)/config/m32c/m32c-pragma.c $(RTL_H) $(TREE_H) $(CONFIG_H) $(TM_H)
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
 
 # We support four CPU series, but R8C and M16C share one multilib, and
This page took 0.073287 seconds and 5 git commands to generate.