Index: Makefile =================================================================== --- Makefile (revision 340) +++ Makefile (revision 341) @@ -2,7 +2,7 @@ KEYLIST=../util/keylist.sh DEBLIST=../util/devhelpers/deblist.sh ROOT=.. -LIBARCHDIR=lib +LIBARCHDIR=$(LIBRND_LIBARCHDIR) all: user/keys.html user/keytree.svg user/keytree.txt ROOT="" ./Autostyle.sh *.html Index: developer/Makefile =================================================================== --- developer/Makefile (revision 340) +++ developer/Makefile (revision 341) @@ -1,5 +1,5 @@ include ../../Makefile.conf -LIBARCHDIR=lib +LIBARCHDIR=$(LIBRND_LIBARCHDIR) SCCBOX = $(LIBRND_PREFIX)/$(LIBARCHDIR)/librnd3/scconfig/sccbox all: Index: man/Makefile =================================================================== --- man/Makefile (revision 340) +++ man/Makefile (revision 341) @@ -4,7 +4,7 @@ include $(ROOT)/Makefile.conf MAN1DIR=$(SHAREDIR)/man/man1 -LIBARCHDIR=lib +LIBARCHDIR=$(LIBRND_LIBARCHDIR) SCCBOX = $(LIBRND_PREFIX)/$(LIBARCHDIR)/librnd3/scconfig/sccbox IN=camv-rnd.1.mml Index: user/Makefile =================================================================== --- user/Makefile (revision 340) +++ user/Makefile (revision 341) @@ -1,5 +1,5 @@ include ../../Makefile.conf -LIBARCHDIR=lib +LIBARCHDIR=$(LIBRND_LIBARCHDIR) SCCBOX = $(LIBRND_PREFIX)/$(LIBARCHDIR)/librnd3/scconfig/sccbox all: