Index: conf/Makefile
===================================================================
--- conf/Makefile	(revision b242df28e54a297520242fa6f8f1d8ec891f6658)
+++ conf/Makefile	(revision abd28d16d662215e73293143d3773397f219ea93)
@@ -2,8 +2,8 @@
 
 .PHONY: all
-all: compiledic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf
+all: compdic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf
 
 %.conf: %.conf.m4
-	m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} $< > $@
+	m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} --define=LANGUAGE=${LANGUAGE} $< > $@
 
 
