From: John Gilmore Date: Fri, 9 Oct 1992 10:15:05 +0000 (+0000) Subject: Remove space from blank line, avoid Make complaints. X-Git-Tag: gdb-4_18~20869 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a63b336cb756d656c1867bf1594134d6cc4fd42;p=platform%2Fupstream%2Fbinutils.git Remove space from blank line, avoid Make complaints. --- diff --git a/ChangeLog b/ChangeLog index a79593c..8da9487 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com) + + * Makefile.in: Remove space from blank line, avoid Make complaints. + Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com) * config.sub: Complain if no argument is given. Added support for diff --git a/Makefile.in b/Makefile.in index 59ccaf0..7802d6c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -258,7 +258,7 @@ install.all: install-no-fixedincludes else \ true ; \ fi - + install-no-fixedincludes: install-dirs gcc-no-fixedincludes \ install-autoconf \ install-bfd \