From: Fred Fish Date: Thu, 14 Sep 1995 00:39:41 +0000 (+0000) Subject: * Makefile.in (clean-info): Remove extraneous tab from line X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0abedbe9890b434fdefe582f2e80008a8f4190b;p=binutils-gdb.git * Makefile.in (clean-info): Remove extraneous tab from line following action. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4a76d991cd3..bb67edb0971 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 13 17:38:23 1995 Fred Fish + + * Makefile.in (clean-info): Remove extraneous tab from line + following action. + Wed Sep 13 13:27:53 1995 Ian Lance Taylor * cofflink.c (coff_link_input_bfd): Fail if a section with no diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 073b2bf1695..70c7d82cca7 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -305,7 +305,7 @@ info dvi : force clean-info: @$(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) - + install-info: force @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)