mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
check for undefined variable
This commit is contained in:
parent
c69ec52502
commit
611e046987
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
ifndef XWDICTPATH
|
||||||
|
$(error XWDICTPATH is not set)
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(DIRTY_LIST),)
|
ifneq ($(DIRTY_LIST),)
|
||||||
BOWDLERIZER = ../remove-dirty.py $(DIRTY_LIST)
|
BOWDLERIZER = ../remove-dirty.py $(DIRTY_LIST)
|
||||||
XWLANG := $(XWLANG)_BOWD
|
XWLANG := $(XWLANG)_BOWD
|
||||||
|
|
Loading…
Reference in a new issue