From c751ad191483dc0e7f4d2469126d65ea0815760f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 30 Nov 1993 16:25:18 +0000 Subject: [PATCH] * Makefile.in (stabs.o): Added dependencies. --- gas/ChangeLog | 2 ++ gas/Makefile.in | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index fc2f8b3..be9da74 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ Tue Nov 30 11:21:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * Makefile.in (stabs.o): Added dependencies. + * config/obj-ecoff.c (ecoff_frob_file): Don't call bfd_set_symtab. Sun Nov 28 12:11:40 1993 Jeffrey A. Law (law@snake.cs.utah.edu) 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 \ -- 2.7.4