This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: PR ld/10536: Incorrect install-pdf/install-html


H.J. Lu wrote:

> Index: ld/Makefile.in
> ===================================================================
> --- ld/Makefile.in	(revision 6555)
> +++ ld/Makefile.in	(working copy)
> @@ -768,15 +768,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_
>  	@for dep in $?; do \
>  	  case '$(am__configure_deps)' in \
>  	    *$$dep*) \
> -	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
> -	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
> +	      echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
> +	      cd $(srcdir) && $(AUTOMAKE) --cygnus  \
>  		&& exit 0; \
>  	      exit 1;; \
>  	  esac; \
>  	done; \
> -	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
> +	echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  Makefile'; \
>  	cd $(top_srcdir) && \
> -	  $(AUTOMAKE) --foreign  Makefile
> +	  $(AUTOMAKE) --cygnus  Makefile

  Was that regenerated right?  I think those "--foreign" -> "--cygnus" changes
might be unintended?

    cheers,
      DaveK


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