Try and work out multilib

This commit is contained in:
Roy Marples 2007-11-23 22:43:45 +00:00
parent 85fe5ae12d
commit a618935584

View File

@ -2,7 +2,9 @@
# We shouldn't use PREFIX as we need to install into /
DESTDIR =
LIB = lib
_LIB_SH = l=`readlink /lib`; case "$$l" in /lib64|lib64) echo "lib64";; *) echo "lib";; esac
_LIB != $(_LIB_SH)
LIB = $(_LIB)$(shell $(_LIB_SH))
RC_LIB = /$(LIB)/rc
INSTALL ?= install