public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@cygnus.com>
To: mmitchell@usa.net
Cc: Jeff Law <law@cygnus.com>, egcs@cygnus.com, tromey@cygnus.com
Subject: Re: Texino build problem
Date: Thu, 02 Apr 1998 03:41:00 -0000	[thread overview]
Message-ID: <19980402034227.49481@dot.cygnus.com> (raw)
In-Reply-To: <199803270116.RAA04845@mail.earthlink.net>

On Thu, Mar 26, 1998 at 05:16:47PM -0800, Mark Mitchell wrote:
> 
> On mips-sgi-irix6.4 I now get:
> 
>   make[3]: Entering directory `/pooma/mitchell/egcs/objdir/texinfo/lib'
>   make[3]: *** No rule to make target `-c', needed by `all'.  Stop.
> 
> Indeed, it looks like:
> 
>   all: Makefile $(LIBRARIES) $(DATA)
> 
>   DATA =  $(INSTALL_DATA)
>   INSTALL_DATA = ${INSTALL} -m 644
>   INSTALL = ../../../texinfo/../install-sh -c
> 
> Does anyone comprehend this situation?

It appears to be a bug in automake.   I hacked around it with

Index: automake.in
===================================================================
RCS file: /cvs/cvsfiles/devo/automake/automake.in,v
retrieving revision 1.20
diff -c -p -d -r1.20 automake.in
*** automake.in 1998/02/15 18:55:27     1.20
--- automake.in 1998/04/02 11:38:57
*************** sub am_install_var
*** 5816,5821 ****
--- 5816,5824 ----
            # all, or install targets.
            next if $X eq 'EXTRA';
  
+           # Don't see INSTALL_DATA wrongly.
+           next if $X eq 'INSTALL';
+ 
            # A blatant hack: we rewrite each _PROGRAMS primary to
            # include EXEEXT when in Cygwin32 mode.
            if ($seen_exeext && $primary eq 'PROGRAMS')

Perhaps someone else can comment on a proper solution?


r~

  parent reply	other threads:[~1998-04-02  3:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-03-26 17:15 Mark Mitchell
1998-03-29  5:14 ` H.J. Lu
1998-03-29  5:14 ` Manfred Hollstein
1998-04-02 11:32   ` Raja R Harinath
1998-04-02  3:41 ` Richard Henderson [this message]
     [not found] ` <d91zvi3dp2.fsf.cygnus.egcs@sejong.cs.umn.edu>
1998-04-04 14:20   ` Tom Tromey
1998-04-04 20:05     ` Jeffrey A Law
1998-04-06 18:30       ` Jim Wilson
1998-04-07 19:34         ` Jeffrey A Law
1998-04-07 19:34           ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19980402034227.49481@dot.cygnus.com \
    --to=rth@cygnus.com \
    --cc=egcs@cygnus.com \
    --cc=law@cygnus.com \
    --cc=mmitchell@usa.net \
    --cc=tromey@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).