Missing line in Makefile
28 Apr
2006
28 Apr
'06
3:09 p.m.
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 doesn't exist, make install gets angry when it tries to put files there. -- Dennis Skinner Systems Administrator BlueFrog Internet http://www.bluefrog.com
28 Apr
28 Apr
5:37 p.m.
Dennis Skinner <dskinner@bluefrog.com> 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 DeKok.
7376
Age (days ago)
7376
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Dennis Skinner