diff options
author | Roy Marples <roy@marples.name> | 2008-03-04 20:44:39 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-04 20:44:39 +0000 |
commit | 0e147427837fbb7e3d15f19507f64bed3ea5d83c (patch) | |
tree | a48f44a82db4d95dd688b37f649a063ba5e0e480 /mk/os.mk | |
parent | 5ebefb7794a35cb577271575af67363f150d7c7d (diff) |
Fix multilib.
Diffstat (limited to 'mk/os.mk')
-rw-r--r-- | mk/os.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -13,9 +13,6 @@ _SUBOS_SH= case `uname -s` in \ _SUBOS!= ${_SUBOS_SH} SUBOS?= ${_SUBOS}$(shell ${_SUBOS_SH}) -_LIBNAME_SH= l=`readlink /lib`; case "$$l" in /lib64|lib64) echo "lib64";; *) echo "lib";; esac -_LIBNAME!= ${_LIBNAME_SH} -LIBNAME?= ${_LIBNAME}$(shell ${_LIBNAME_SH}) RC_LIB= /$(LIBNAME)/rc _DEF_SH= case `uname -s` in Linux) echo "-D_BSD_SOURCE -D_XOPEN_SOURCE=600";; *) echo;; esac |