This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, gcc/Makefile.in] Fix typo on ref to multi_dir variable in install-mkheaders
- From: Jeff Law <law at redhat dot com>
- To: Olivier Hainque <hainque at adacore dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: Douglas Rupp <rupp at adacore dot com>
- Date: Thu, 3 Aug 2017 09:30:55 -0600
- Subject: Re: [PATCH, gcc/Makefile.in] Fix typo on ref to multi_dir variable in install-mkheaders
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=law at redhat dot com
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7CDC97EA8F
- References: <D40FCCEC-4A72-4143-AEA6-EF723C2B819A@adacore.com>
On 08/03/2017 08:41 AM, Olivier Hainque wrote:
> Hello,
>
> The attached patch fixes a typo in a Makefile rule, which
> we noticed while working on fixincludes for a specific target.
>
> Bootstrapped and regression tested fine on x86_64-linux.
>
> OK to commit ?
>
> Thanks much in advance for your feedback,
>
> With Kind Regards,
>
> Olivier
>
> 2017-08-04 Douglas Rupp <rupp@adacore.com>
>
> * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
> variable was referenced as multidir in command.
>
OK.
jeff