mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
allow caller to assign COMMONDIR for cases where caller isn't where
expected.
This commit is contained in:
parent
6d840fd2ce
commit
f0d5b0b251
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
INCLUDES += -I../common -I./
|
INCLUDES += -I../common -I./
|
||||||
|
|
||||||
COMMONDIR=../common
|
COMMONDIR ?= ../common
|
||||||
COMMONOBJDIR = ../common/$(PLATFORM)
|
COMMONOBJDIR = ../common/$(PLATFORM)
|
||||||
|
|
||||||
COMMONSRC = \
|
COMMONSRC = \
|
||||||
|
|
Loading…
Reference in a new issue