* Makefile.in (gasp.o): Depends upon config.h.
This commit is contained in:
parent
9ff0f5efd6
commit
620a590eed
2 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,8 @@ Wed Sep 28 14:56:39 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
|||
|
||||
Wed Sep 28 11:50:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||
|
||||
* Makefile.in (gasp.o): Depends upon config.h.
|
||||
|
||||
* config/tc-mips.c: Include subsegs.h.
|
||||
(md_apply_fix): If an unconditional b or bal overflows, and we are
|
||||
not assembling PIC code, replace it with a j or jal.
|
||||
|
|
|
@ -326,7 +326,7 @@ config-stamp: Makefile conf
|
|||
|
||||
# Compiling object files from source files.
|
||||
|
||||
gasp.o : gasp.c
|
||||
gasp.o : gasp.c config.h
|
||||
app.o : app.c as.h targ-env.h obj-format.h \
|
||||
targ-cpu.h struc-symbol.h \
|
||||
write.h flonum.h bignum.h expr.h frags.h hash.h read.h symbols.h tc.h obj.h
|
||||
|
|
Loading…
Reference in a new issue