Missing line in Makefile

2006-04-28 Thread Dennis Skinner
I also noticed this last time and forgot about it until I was just recompiling with --enable-developer. The Makefile seems to be missing a line like this: $(INSTALL) -d -m 755$(R)$(libdir) It probably doesn't cause any problem if you use the default prefix, but if the directory

Re: Missing line in Makefile

2006-04-28 Thread Alan DeKok
Dennis Skinner [EMAIL PROTECTED] wrote: I also noticed this last time and forgot about it until I was just recompiling with --enable-developer. The Makefile seems to be missing a line like this: $(INSTALL) -d -m 755$(R)$(libdir) It's in src/lib in the latest CVS. Alan