"James Youngman" <[EMAIL PROTECTED]> writes: > However, I think the problem is that on this system, the Makefile.in > file is not actually using @MKDIR_P@ :-
Yes, I still get the same problem. I have tried Bruno's patch, but it makes no difference. The problem seems indeed to be that Makefile.in doesn't use @MKDIR_P@ at all: [EMAIL PROTECTED]:~/x/gllib$ grep MKDIR Makefile* Makefile: $(MKDIR_P) sys Makefile.am: $(MKDIR_P) sys Makefile.in: $(MKDIR_P) sys [EMAIL PROTECTED]:~/x/gllib$ I'm not sure what tools is responsible for adding: [EMAIL PROTECTED]@ line to Makefile.in, which is likely where the problem is. /Simon
