diff options
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/Makefile.am | 1 | ||||
-rw-r--r-- | bfd/Makefile.in | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e645f8f..3d1e0c1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2076-01-12 H.J. Lu <hongjiu.lu@intel.com> + + * Makefile.am (BFD_LIBS): Removed. + * Makefile.in: Regenerated. + 2076-01-11 H.J. Lu <hongjiu.lu@intel.com> PR binutils/3631 diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 1d7f8e8..6b4aebf 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -631,7 +631,6 @@ CONFIG_STATUS_DEPENDENCIES = \ WORDSIZE = @wordsize@ ALL_BACKENDS = @all_backends@ BFD_BACKENDS = @bfd_backends@ -BFD_LIBS = @bfd_libs@ BFD_MACHINES = @bfd_machines@ TDEFAULTS = @tdefaults@ diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 138970f..c9a8c32 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -867,7 +867,6 @@ CONFIG_STATUS_DEPENDENCIES = \ WORDSIZE = @wordsize@ ALL_BACKENDS = @all_backends@ BFD_BACKENDS = @bfd_backends@ -BFD_LIBS = @bfd_libs@ BFD_MACHINES = @bfd_machines@ TDEFAULTS = @tdefaults@ INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@ |