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