This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] dejagnu/Makefile.in: Add empty targets install-info and uninstall-info


Corinna Vinschen <vinschen@redhat.com> writes:

> The reason for that patch is, that it's not possible to call `make
> install-info' from a top level build dir, because the install
> process fails in dejagnu with the message
> 
>   make: *** No rule to make target `install-info'.  Stop.
> 
> The below patch allows that now, just doing nothing in the dejagnu
> subdir for now.

You can apply this patch to src/dejagnu, if you wish, to solve your
immediate problem.  This problem does not exist in the savannah
DejaGnu repository, though, where we have upgraded to Automake 1.7.

Cheers, Ben


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]