* Makefile.in (clean-info): Remove extraneous tab from line
following action.
This commit is contained in:
parent
aa21a2a9ec
commit
f0abedbe98
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Sep 13 17:38:23 1995 Fred Fish <fnf@rtl.cygnus.com>
|
||||
|
||||
* Makefile.in (clean-info): Remove extraneous tab from line
|
||||
following action.
|
||||
|
||||
Wed Sep 13 13:27:53 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* cofflink.c (coff_link_input_bfd): Fail if a section with no
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue