*** empty log message ***
From-SVN: r356
This commit is contained in:
parent
cdd29d6fc9
commit
ef6feb3014
@ -1,7 +1,8 @@
|
||||
ALL = Makefile start.encap libgcc.a
|
||||
EXTRA_PASSES = ld
|
||||
EXTRA_OBJS = halfpic.o
|
||||
LIMITS_H =
|
||||
CONFIG2_H = $(srcdir)/config/mips.h $(srcdir)/config/decrose.h
|
||||
CONFIG2_H = $(srcdir)/config/mips.h $(srcdir)/config/decrose.h $(srcdir)/halfpic.h
|
||||
|
||||
# Add additional dependencies to recompile selected modules whenever the
|
||||
# tm.h file changes. The files compiled are:
|
||||
@ -36,6 +37,8 @@ explow.o: $(CONFIG2_H)
|
||||
recog.o: $(CONFIG2_H)
|
||||
reload.o: $(CONFIG2_H)
|
||||
|
||||
halfpic.o: halfpic.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H) $(TREE_H)
|
||||
|
||||
# Build collect
|
||||
|
||||
ld: collect2
|
||||
|
Loading…
Reference in New Issue
Block a user