diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-02-18 16:59:07 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-02-18 16:59:16 +0100 |
commit | 29e2eb62e5fea6e7c9d7e9bf7475f2125b3c290d (patch) | |
tree | d187839bc98fe225ca355072d6038f195e9ef819 /Makefile.cross | |
parent | 70f7cf2dc4fe5aa91f52ee13e743d85365e791a4 (diff) |
fix typo
Change-Id: I9b7b72ed953ada59efd8462a6a45192ec2f04ffd
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.cross b/Makefile.cross index d3af6804a0af..dd5cf810da6d 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -12,6 +12,6 @@ include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))config_build.mk gb_Side := build include $(SOLARENV)/gbuild/gbuild.mk -$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_cross_tail_build.mk)) +$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_cross_toolset.mk)) # vim: set noet sw=4 ts=4: |