diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-26 13:36:30 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-26 13:36:30 +0400 |
commit | b629cab4cd4a62743a4531b58175c0dd7dda712e (patch) | |
tree | e56f04f5899f54e43cd313368440c21d242bbf51 | |
parent | 29cbb3fd6e46de4f46a45f1eca80f6de279324d5 (diff) | |
download | cibs-b629cab4cd4a62743a4531b58175c0dd7dda712e.tar.gz |
Typo
-rw-r--r-- | rules/common.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rules/common.mk b/rules/common.mk index 815ce94..38dc39a 100644 --- a/rules/common.mk +++ b/rules/common.mk @@ -45,10 +45,8 @@ destdir.$1 = $(workdir)/proto/$1 builddir.$1 = $(workdir)/build/$1 endef - -workdir := $(CURDIR)/work -sourcedir := $(workdir)/source -$(eval $(call add-variant,64)) +workdir := $(CURDIR)/work +sourcedir := $(workdir)/source CC.32 = gcc -m32 CC.64 = gcc -m64 |