mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +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,8 +18,8 @@
|
|||
|
||||
INCLUDES += -I../common -I./
|
||||
|
||||
COMMONDIR=../common
|
||||
COMMONOBJDIR=../common/$(PLATFORM)
|
||||
COMMONDIR ?= ../common
|
||||
COMMONOBJDIR = ../common/$(PLATFORM)
|
||||
|
||||
COMMONSRC = \
|
||||
$(COMMONDIR)/board.c \
|
||||
|
|
Loading…
Reference in a new issue