diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-08 15:45:00 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-08 15:45:00 +0200 |
commit | 03c937ee49c12ccae12c37105ddb9862e9aed312 (patch) | |
tree | 5b46a33eb94f683c669ff6389568fbd6cfbf6ae3 /framework/Makefile | |
parent | 6c520fd3411696ca2c46e9687d1cce33b34af935 (diff) |
CWS gnumake2: also update framework module makefile
Diffstat (limited to 'framework/Makefile')
-rw-r--r-- | framework/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/framework/Makefile b/framework/Makefile index 60d34122e271..b198cc3d4c32 100644 --- a/framework/Makefile +++ b/framework/Makefile @@ -25,13 +25,10 @@ # #************************************************************************* -ifeq ($(strip $(SOLARENV)),) -$(error No environment set) -endif - +include $(dir $(firstword $(MAKEFILE_LIST)))/../SourcePath.mk GBUILDDIR := $(SOLARENV)/gbuild include $(GBUILDDIR)/gbuild.mk -$(eval $(call gb_Module_make_global_targets)) +$(eval $(call gb_Module_make_global_targets,$(foreach module,$(lastword $(subst /, ,$(dir $(realpath $(firstword $(MAKEFILE_LIST)))))),$(CURRENTREPO)/$(module)/Module_$(module).mk))) # vim: set noet sw=4 ts=4: |