Revision 54cbc080 xseg/base.mk

b/xseg/base.mk
29 29
#endif
30 30

  
31 31
ifeq (,$(XSEG_HOME))
32
export XSEG_HOME=.
32
export XSEG_HOME=$(CURDIR)
33 33
endif
34 34

  
35 35
CONFIG=./config.mk
......
52 52
include $(CONFIG)
53 53
endif
54 54

  
55
ifeq (,$(XSEG_DOMAIN_TARGETS))
55 56
export XSEG_DOMAIN_TARGETS=$(shell $(XSEG_HOME)/tools/xseg-domain-targets | sed -e 's/^[^=]*=//;s/"//g')
57
endif
56 58
export BASE=$(XSEG_HOME)
57 59
endif

Also available in: Unified diff