aboutsummaryrefslogtreecommitdiff
path: root/rules/32.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules/32.mk')
-rw-r--r--rules/32.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/32.mk b/rules/32.mk
index af1cf33..a105f9c 100644
--- a/rules/32.mk
+++ b/rules/32.mk
@@ -21,9 +21,15 @@
# Copyright (C) 2012, Nexenta Systems, Inc. All rights reserved.
#
+ifeq (,$(__32_mk))
build-stamp : build-32-stamp
configure-stamp : configure-32-stamp
install-stamp : install-32-stamp
%-32-stamp: bits = 32
+
+__32_mk := included
+
+endif
+