--- gcc/config/t-i386rose 2018/04/24 17:58:47 1.1.1.2 +++ gcc/config/t-i386rose 2018/04/24 18:04:11 1.1.1.3 @@ -1,5 +1,6 @@ +EXTRA_OBJS = halfpic.o LIMITS_H = -CONFIG2_H = $(srcdir)/config/i386.h $(srcdir)/config/i386rose.h +CONFIG2_H = $(srcdir)/config/i386.h $(srcdir)/config/i386rose.h $(srcdir)/halfpic.h # Add additional dependencies to recompile selected modules whenever the # tm*.h file changes. The files compiled are: @@ -33,3 +34,5 @@ cccp.o: $(CONFIG2_H) explow.o: $(CONFIG2_H) recog.o: $(CONFIG2_H) reload.o: $(CONFIG2_H) + +halfpic.o: halfpic.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H) $(TREE_H)