automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ultrix and 'missing'?


From: Harlan Stenn
Subject: Re: ultrix and 'missing'?
Date: Fri, 18 May 2001 22:40:16 -0400

Evil.

Neither GNU make nor /bin/make "catch" the $(ANSI2KNR) dependency.

However, if I move the lines:

 ANSI2KNR = ../util/ansi2knr
 ../util/ansi2knr:
        cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr

from their current position in the Makefile (late, after the targets
that refer to them) to a position "earlier" in the Makefile, it works.

I may play more with this to attempt to narrow it down, or I may do
sometihng fun for a while.

Harlan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]