diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-24 20:52:21 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-24 20:52:21 +0000 |
commit | 453063fec98152e060702951dc634aebd06db9ed (patch) | |
tree | 8c1f5d4c18d9190ebfa3fe89b1cbb0822a73b79c | |
parent | 4cddd1c9048abf7852e9faa4e46a9ce96d7f9436 (diff) | |
download | ppe42-binutils-453063fec98152e060702951dc634aebd06db9ed.tar.gz ppe42-binutils-453063fec98152e060702951dc634aebd06db9ed.zip |
Added some depdenencies and fixed etags
-rw-r--r-- | bfd/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 5c4a1455c3..4048dbb91f 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -23,7 +23,7 @@ srcdir = . RANLIB = ranlib AR = -INCDIR = $(srcdir)/../include-cygnus +INCDIR = $(srcdir)/../include-cygnus CSEARCH = -I$(INCDIR) #### host and target dependent Makefile fragments come in here. @@ -84,7 +84,7 @@ de-stage3: force tags etags: TAGS TAGS: force - etags $(INCDIR)/*.h *.h *.c + etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c clean: rm -f *.[oa] *~ core *.E @@ -111,6 +111,11 @@ saber: #suppress 590 on abfd #setopt load_flags $(CFLAGS) #load $(CFILES) +obstack.o : obstack.c +m88k-bcs.o : m88k-bcs.c +ieee.o : ieee.c +srec.o : srec.c +oasys.o : oasys.c archive.o : archive.c libbfd.h $(BFD_H) $(SYSDEP_H) archures.o : archures.c $(BFD_H) $(SYSDEP_H) archures.h |