From f0d5b0b25129cdd75163d301e326afa3ccf7f820 Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 7 Jan 2005 11:09:09 +0000 Subject: [PATCH] allow caller to assign COMMONDIR for cases where caller isn't where expected. --- xwords4/common/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/common/config.mk b/xwords4/common/config.mk index 980f742b6..32d8e3e22 100644 --- a/xwords4/common/config.mk +++ b/xwords4/common/config.mk @@ -18,8 +18,8 @@ INCLUDES += -I../common -I./ -COMMONDIR=../common -COMMONOBJDIR=../common/$(PLATFORM) +COMMONDIR ?= ../common +COMMONOBJDIR = ../common/$(PLATFORM) COMMONSRC = \ $(COMMONDIR)/board.c \