aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-11-30 16:25:18 +0000
committerIan Lance Taylor <ian@airs.com>1993-11-30 16:25:18 +0000
commitc751ad191483dc0e7f4d2469126d65ea0815760f (patch)
tree0dc92f60799971744e7e6f82186a16cbf4816575 /gas/Makefile.in
parent018f2bba3f28eb5d83f6992656d9277e1154b295 (diff)
downloadgdb-c751ad191483dc0e7f4d2469126d65ea0815760f.zip
gdb-c751ad191483dc0e7f4d2469126d65ea0815760f.tar.gz
gdb-c751ad191483dc0e7f4d2469126d65ea0815760f.tar.bz2
* Makefile.in (stabs.o): Added dependencies.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 22fb620..460ba85 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -156,6 +156,7 @@ REAL_SOURCES = \
$(srcdir)/write.c \
$(srcdir)/listing.c \
$(srcdir)/ecoff.c \
+ $(srcdir)/stabs.c \
$(srcdir)/xmalloc.c
# in an expedient order
@@ -221,6 +222,7 @@ OBJS = \
write.o \
listing.o \
ecoff.o \
+ stabs.o \
xmalloc.o
#### host, target, and site specific Makefile frags come in here.
@@ -368,6 +370,10 @@ ecoff.o : ecoff.c as.h host.h targ-env.h obj-format.h \
ecoff.h $(srcdir)/../include/coff/internal.h \
$(srcdir)/../include/coff/sym.h $(srcdir)/../include/coff/ecoff.h \
$(srcdir)/../include/coff/symconst.h $(srcdir)/../include/aout/stab_gnu.h
+stabs.o : stabs.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 symbols.h tc.h obj.h \
+ subsegs.h $(srcdir)/../include/aout/stab_gnu.h
xmalloc.o : xmalloc.c
atof-targ.o : atof-targ.c as.h host.h targ-env.h obj-format.h \
targ-cpu.h struc-symbol.h \