Matthias Kilian writes:
> Solved. I used to run MAKEINFO=/usr/local/bin/makeinfo sh autogen.sh,
> since OpenBSD's own texinfo is too old and I'd to install a newer
> one in /usr/local.
>
> This, however, breaks the check for SPLITTING_MAKEINFO in aclocal.m4
> (see patch below), which in turn disab
Again selfquoting...
On Fri, Mar 11, 2005 at 05:18:16PM +0100, Matthias Kilian wrote:
> Date: Fri, 11 Mar 2005 17:18:16 +0100
> From: Matthias Kilian <[EMAIL PROTECTED]>
> To: lilypond-devel@gnu.org
> Message-ID: <[EMAIL PROTECTED]>
> Subject: More makefile oddities (
Matthias Kilian writes:
> Has anyone an idea what's going on here?
That's because of what happens in include, quite kinky stuff.
Try:
depth=../..
IMAGES=$(wildcard *.png)
OUT_EPS_IMAGES=$(addprefix $(outdir)/,$(IMAGES:.png=.eps))
include $(depth)/make/stepmake.make
.PHONY: foo bar
foo:
Hi,
On Thu, Mar 10, 2005 at 08:00:18PM +0100, Matthias Kilian wrote:
> b) references a target `outimages' which isn't defined anywhere, thus
> breaking make web.
I just saw that you've removed this for 2.5, so did I on my local
working copy of 2.4.
However, I now have the problem that gmake does