OSDN Git Service

* Makefile.tpl: Throughout the file, use : $(MAKE) along with
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Dec 2005 15:30:44 +0000 (15:30 +0000)
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Dec 2005 15:30:44 +0000 (15:30 +0000)
commit83f96a51df534264160e0d6b68bf29615db1f028
tree22c1081bca6e112e714a6e67670f3bdea730b863
parent2bdb5515445b2e0fe2afb5a12a5b112d3df7b5a6
* Makefile.tpl: Throughout the file, use : $(MAKE) along with
$(stage) and $(unstage).
(EXTRA_TARGET_FLAGS): Correct double-quoting.
(all): Remove stray semicolon.
(local-distclean): Don't handle multilib.tmp and multilib.out.
(install.all): Set $s for consistency.
(configure-[+prefix+][+module+]): Instead of [+deps+], handle
check_multilibs setting.  Always make the install directory.
(configure-stage[+id+]-[+prefix+][+module+]): Likewise.
Correct @if/@endif.
(all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
(stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
(multilib.out): Remove.
* Makefile.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108513 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
Makefile.in
Makefile.tpl