diff options
author | Alan Modra <amodra@gmail.com> | 2005-06-07 16:09:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-06-07 16:09:36 +0000 |
commit | 620c54b327d822f88f58c6672d84d81c9895c46b (patch) | |
tree | 9a9e9de2b19e3dbdd8c0ae06d4bf0c49c0604524 /gas/Makefile.in | |
parent | a9967aef6a0e66a7a1df1b932fb9bf0597e1deea (diff) | |
download | binutils-gdb-620c54b327d822f88f58c6672d84d81c9895c46b.tar.gz |
* Makefile.am: Run "make dep-am".
(POTFILES): Remove GAS_CFILES.
* Makefile.in: Regenerate.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index ae48be48cca..d96861e6536 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -682,7 +682,7 @@ GENERIC_OBJS = \ OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS) POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \ $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \ - $(HFILES) $(CFILES) $(GAS_CFILES) + $(HFILES) $(CFILES) noinst_SCRIPTS = $(GDBINIT) EXTRA_SCRIPTS = .gdbinit @@ -3369,7 +3369,7 @@ dep-am: DEP #MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW. app.o: app.c $(INCDIR)/symcat.h as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \ - output-file.h sb.h macro.h dwarf2dbg.h dw2gencfi.h hash.h \ + output-file.h sb.h macro.h dwarf2dbg.h dw2gencfi.h \ $(INCDIR)/elf/dwarf2.h $(BFDVER_H) atof-generic.o: atof-generic.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h cond.o: cond.c $(INCDIR)/symcat.h macro.h sb.h $(INCDIR)/obstack.h @@ -3404,7 +3404,7 @@ output-file.o: output-file.c $(INCDIR)/symcat.h output-file.h read.o: read.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \ subsegs.h $(INCDIR)/obstack.h sb.h macro.h ecoff.h \ dw2gencfi.h $(INCDIR)/elf/dwarf2.h -sb.o: sb.c sb.h +sb.o: sb.c sb.h $(INCDIR)/symcat.h stabs.o: stabs.c $(INCDIR)/symcat.h $(INCDIR)/obstack.h \ subsegs.h ecoff.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def subsegs.o: subsegs.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h |