summaryrefslogtreecommitdiff
path: root/sfx2/Makefile
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-06-26 01:29:37 +0200
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-06-26 01:29:37 +0200
commit95f3d4c562939999afe323aca72ac070b466e15f (patch)
treef2a58bc85e1868ca84cfe148f6b2b40b69cf480d /sfx2/Makefile
parent20942b145dddc64e3af471ba13710e37f8c60ebb (diff)
CWS gnumake2: module reorg
Diffstat (limited to 'sfx2/Makefile')
-rw-r--r--sfx2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sfx2/Makefile b/sfx2/Makefile
index 9ab4b8ba83f4..60d34122e271 100644
--- a/sfx2/Makefile
+++ b/sfx2/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: