summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-28 19:22:48 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-28 19:25:05 +0100
commitcb4dbf934a2095422289723ed73a4d7cacb56afe (patch)
treed9faca46978bcaa54eba96b359477f899d43c645 /Makefile.in
parente34584e74201bc2264c907e06c4f8b0026bd1f98 (diff)
some consistent naming cant hurt: cross-build-toolset -> cross_toolset
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index b6d06e6ad7c9..5ae3d9688166 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,13 +2,7 @@
SHELL=/usr/bin/env bash
-ifeq (@CROSS_COMPILING@,YES)
-CROSS_TOOLSET_RULE:=cross-build-toolset
-else
-CROSS_TOOLSET_RULE:=
-endif
-
-.PHONY : build dev-install all cross-build-toolset install distro-pack-install clean clean-host clean-build distclean findunusedcode bootstrap
+.PHONY : build dev-install all cross_toolset install distro-pack-install clean clean-host clean-build distclean findunusedcode bootstrap
define forward_to_gbuild
@GNUMAKE@ -f $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/GNUmakefile.mk \
@@ -50,7 +44,7 @@ build: Makefile
dev-install: Makefile
@$(call forward_to_gbuild,$@)
-cross-build-toolset:
+cross_toolset:
@$(call forward_to_gbuild,$@)
clean: