public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Robert Connolly <robert@linuxfromscratch.org>
To: binutils@sources.redhat.com
Subject: ylwrap autofoo fun
Date: Sun, 21 Nov 2004 23:37:00 -0000	[thread overview]
Message-ID: <200411211837.50279.robert@linuxfromscratch.org> (raw)

When I patch ld/{configure.in,Makefile.am} I run:
cd ld &&
aclocal -I ../config &&
autoconf &&
autoheader &&
automake -a

after, and all seems well. However what was previously:
$(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) 
$(YFLAGS)

becomes:
$(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- 
$(YACCCOMPILE)

in ld/Makefile, and this of course causes a failure to make because things are 
out of order.

What is the correct way to reconfigure?

robert

             reply	other threads:[~2004-11-21 23:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-21 23:37 Robert Connolly [this message]
2004-11-22  0:27 ` Daniel Jacobowitz

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=200411211837.50279.robert@linuxfromscratch.org \
    --to=robert@linuxfromscratch.org \
    --cc=binutils@sources.redhat.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).