mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
2002-10-28 H.J. Lu <hjl@gnu.org>
* Makefile.am (targets.lo): Depend on Makefile instead of config.status. (archures.lo): Likewise. * Makefile.in: Regenerated.
This commit is contained in:
parent
e70ea697bd
commit
840f024325
@ -1,3 +1,10 @@
|
||||
2002-10-28 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* Makefile.am (targets.lo): Depend on Makefile instead of
|
||||
config.status.
|
||||
(archures.lo): Likewise.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
|
||||
|
@ -654,10 +654,10 @@ targmatch.h: config.bfd targmatch.sed
|
||||
# When compiling archures.c and targets.c, supply the default target
|
||||
# info from configure.
|
||||
|
||||
targets.lo: targets.c config.status
|
||||
targets.lo: targets.c Makefile
|
||||
$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
|
||||
|
||||
archures.lo: archures.c config.status
|
||||
archures.lo: archures.c Makefile
|
||||
$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
|
||||
|
||||
elf32-target.h : elfxx-target.h
|
||||
|
@ -1201,10 +1201,10 @@ targmatch.h: config.bfd targmatch.sed
|
||||
# When compiling archures.c and targets.c, supply the default target
|
||||
# info from configure.
|
||||
|
||||
targets.lo: targets.c config.status
|
||||
targets.lo: targets.c Makefile
|
||||
$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
|
||||
|
||||
archures.lo: archures.c config.status
|
||||
archures.lo: archures.c Makefile
|
||||
$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
|
||||
|
||||
elf32-target.h : elfxx-target.h
|
||||
|
Loading…
Reference in New Issue
Block a user