diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-07 18:09:58 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-07 18:09:58 +0200 |
commit | 547302257bf88a69e1e44060891687915ff1fe8d (patch) | |
tree | ae8695a8f5f78c27df6601c5cd56a151168eccef /sfx2/Makefile | |
parent | aba206910970f804423bebb27a07c47004e9a127 (diff) |
CWS gnumake2: fixing all module makefiles (copy from tools)
Diffstat (limited to 'sfx2/Makefile')
-rw-r--r-- | sfx2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sfx2/Makefile b/sfx2/Makefile index 60d34122e271..b198cc3d4c32 100644 --- a/sfx2/Makefile +++ b/sfx2/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: |