2002-10-28 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 28 Oct 2002 22:30:29 +0000 (22:30 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 28 Oct 2002 22:30:29 +0000 (22:30 +0000)
* Makefile.am (targets.lo): Depend on Makefile instead of
config.status.
(archures.lo): Likewise.
* Makefile.in: Regenerated.

bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in

index fc698dc62d67a9aaf5c7f48a5529a1fb2e9e72da..8aef376bca90e1cc00f0a1fc8f9b4e20d3ff1453 100644 (file)
@@ -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
index ecd583a67f2331340cbd9e4d844a8b547c2be9ac..151fff1d39d6da851abd53c54cc30895463525cf 100644 (file)
@@ -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
index a3a0d40fb2a8fc57c66459b893666fe9cbff9a84..59d8a65c34e2b21b69a62ed5219aea0c5e7d66ea 100644 (file)
@@ -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
This page took 0.032158 seconds and 4 git commands to generate.