This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [basic-improvements] Fix install-target-libffi in Makefile.def [patch]
- From: Nathanael Nerode <neroden at twcny dot rr dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: dnovillo at redhat dot com
- Date: Thu, 21 Nov 2002 14:15:13 -0500
- Subject: Re: [basic-improvements] Fix install-target-libffi in Makefile.def [patch]
>
>
>The overnight SPEC builder failed with
>
>make: *** No rule to make target `install-target-libffi', needed by
>`install'. Stop.
>
>Fixed with this patch. OK?
>
>2002-11-21 Diego Novillo <dnovillo@redhat.com>
>
> * Makefile.def: Remove no_install for libffi.
OK by me. The actual cause of the failure is that there aren't dummy
install targets for no_install modules, which is fixed with a patch
I put in today.
However, there's no reason why libffi should be no_install, as far as I
can tell. It should be installed, right?
--Nathanael