* config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to m32c-pragma.o

From-SVN: r122759
This commit is contained in:
DJ Delorie 2007-03-09 15:08:13 -05:00 committed by DJ Delorie
parent 0f84b06679
commit a009aafece
2 changed files with 5 additions and 1 deletions

View 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

View 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