diff options
author | John Gilmore <gnu@cygnus> | 1992-10-09 10:15:05 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-09 10:15:05 +0000 |
commit | 5a63b336cb756d656c1867bf1594134d6cc4fd42 (patch) | |
tree | 1f1ec825403cbddae7cc40d6c3905c1c9d253133 /Makefile.in | |
parent | 56e89422302e45d7bce63b8e6313ad920c458d17 (diff) | |
download | gdb-5a63b336cb756d656c1867bf1594134d6cc4fd42.zip gdb-5a63b336cb756d656c1867bf1594134d6cc4fd42.tar.gz gdb-5a63b336cb756d656c1867bf1594134d6cc4fd42.tar.bz2 |
Remove space from blank line, avoid Make complaints.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |