diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-07-19 22:52:03 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-07-19 22:52:03 (GMT) |
commit | fa9a1b5e78c3af94f9a69f52aef0b666c0d5cf8c (patch) | |
tree | 678305290c1edc0e1240766605731f13d5a7460f /Makefile | |
parent | 0a3239b01f656355367b16d734d55624fca0da8f (diff) | |
download | swift-fa9a1b5e78c3af94f9a69f52aef0b666c0d5cf8c.zip swift-fa9a1b5e78c3af94f9a69f52aef0b666c0d5cf8c.tar.bz2 |
More Nim->Slimber renaming.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ endif ifeq ($(BUILD_LIMBER),yes) include Limber/Makefile.inc endif -ifeq ($(BUILD_NIM),yes) -include Nim/Makefile.inc +ifeq ($(BUILD_SLIMBER),yes) +include Slimber/Makefile.inc endif include QA/Makefile.inc ################################################################################ |