check for undefined variable

This commit is contained in:
Eric House 2019-11-12 09:08:08 -08:00
parent c69ec52502
commit 611e046987

View file

@ -16,6 +16,10 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
ifndef XWDICTPATH
$(error XWDICTPATH is not set)
endif
ifneq ($(DIRTY_LIST),)
BOWDLERIZER = ../remove-dirty.py $(DIRTY_LIST)
XWLANG := $(XWLANG)_BOWD