aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1993-03-20 05:03:31 +0000
committerJim Wilson <wilson@tuliptree.org>1993-03-20 05:03:31 +0000
commit69498fa24397a6d7d42cd27eef680664a0e9b296 (patch)
tree93f5ae704484c5cfcd0fa0fc5c494c0f723a80a5 /gas/Makefile.in
parent301c3fef112003cb86ddc24a479388319a359bdf (diff)
downloadgdb-69498fa24397a6d7d42cd27eef680664a0e9b296.zip
gdb-69498fa24397a6d7d42cd27eef680664a0e9b296.tar.gz
gdb-69498fa24397a6d7d42cd27eef680664a0e9b296.tar.bz2
Make targ-cpu.o depend on config.h so gas will build from scratch.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 8240193..5230f73 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -327,7 +327,7 @@ obj-format.o : obj-format.c as.h host.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 \
subsegs.h symbols.h tc.h obj.h
-targ-cpu.o : targ-cpu.c targ-env.h obj-format.h \
+targ-cpu.o : targ-cpu.c config.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 $(TARG_CPU_DEPENDENTS)