mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Added some depdenencies and fixed etags
This commit is contained in:
@ -84,7 +84,7 @@ de-stage3: force
|
|||||||
tags etags: TAGS
|
tags etags: TAGS
|
||||||
|
|
||||||
TAGS: force
|
TAGS: force
|
||||||
etags $(INCDIR)/*.h *.h *.c
|
etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.[oa] *~ core *.E
|
rm -f *.[oa] *~ core *.E
|
||||||
@ -111,6 +111,11 @@ saber:
|
|||||||
#suppress 590 on abfd
|
#suppress 590 on abfd
|
||||||
#setopt load_flags $(CFLAGS)
|
#setopt load_flags $(CFLAGS)
|
||||||
#load $(CFILES)
|
#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)
|
archive.o : archive.c libbfd.h $(BFD_H) $(SYSDEP_H)
|
||||||
archures.o : archures.c $(BFD_H) $(SYSDEP_H) archures.h
|
archures.o : archures.c $(BFD_H) $(SYSDEP_H) archures.h
|
||||||
|
Reference in New Issue
Block a user