This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: [PATCH] Makefile.in: fix install-info


Bill Nottingham wrote:
> 
> This patch fixes 'make install-info' so that
> 
> ./configure --infodir=/usr/share/info
> make install-info infodir=/somewhere/else/usr/share/info
> 
> works correctly. Is this the correct place to fix this, or
> does this need changed somewhere else?

For the way GDB is currently set up, it (I believe) is correct. 
automake does it very differently but we're not using automake.

I've applied/tested the change.

	Thanks!
		Andrew

> 2000-06-12  Bill Nottingham  <notting@redhat.com>
> 
>         * Makefile.in: add $(infodir) to FLAGS_TO_PASS
> 
>  Index: Makefile.in
> ===================================================================
> RCS file: /cvs/src/src/gdb/Makefile.in,v
> retrieving revision 1.35
> diff -u -p -r1.35 Makefile.in
> --- Makefile.in 2000/06/12 06:09:04     1.35
> +++ Makefile.in 2000/06/13 04:01:17
> @@ -368,6 +368,7 @@ ANNOTATE_OBS = annotate.o
>  FLAGS_TO_PASS = \
>         "prefix=$(prefix)" \
>         "exec_prefix=$(exec_prefix)" \
> +       "infodir=$(infodir)" \
>         "against=$(against)" \
>         "AR=$(AR)" \
>         "AR_FLAGS=$(AR_FLAGS)" \

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