diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-06-26 01:29:37 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-06-26 01:29:37 +0200 |
commit | f51c9e5db1b84ce92bb75d3a5faf6ebe9ef5dcc9 (patch) | |
tree | 591bd5f5f3fddad356faad6697f3b563d5f82ca7 /svl/Makefile | |
parent | 1f79d3036954bfca21f6ff7ee9a27bf38439924d (diff) |
CWS gnumake2: module reorg
Diffstat (limited to 'svl/Makefile')
-rw-r--r-- | svl/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/svl/Makefile b/svl/Makefile index 9ab4b8ba83f4..60d34122e271 100644 --- a/svl/Makefile +++ b/svl/Makefile @@ -25,12 +25,13 @@ # #************************************************************************* +ifeq ($(strip $(SOLARENV)),) +$(error No environment set) +endif + GBUILDDIR := $(SOLARENV)/gbuild include $(GBUILDDIR)/gbuild.mk - -gb_CURRENT_MODULE := $(lastword $(subst /, ,$(dir $(realpath $(firstword $(MAKEFILE_LIST)))))) - -$(eval $(call gb_Module_make_global_targets,$(gb_CURRENT_MODULE))) +$(eval $(call gb_Module_make_global_targets)) # vim: set noet sw=4 ts=4: |