* config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to m32c-pragma.o
From-SVN: r122759
This commit is contained in:
parent
0f84b06679
commit
a009aafece
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user