diff --git a/Makefile b/Makefile index 41b337c4a5d1919cd1c7870eff47a8fd6c7499b6..6cca3aafa581100985a3385284819db48f9708d8 100644 --- a/Makefile +++ b/Makefile @@ -476,7 +476,7 @@ doc/core-en_US.xml: makeopts .lastclean $(XML_core_en_US) @echo "</docs>" >> $@ ifneq ($(GREP),) - XMX_full_en_US = $(foreach dir,$(MOD_SUBDIRS),$(shell $(GREP) -l "language=\"en_US\"" $(dir)/*.c $(dir)/*.cc 2>/dev/null)) + XML_full_en_US = $(foreach dir,$(MOD_SUBDIRS),$(shell $(GREP) -l "language=\"en_US\"" $(dir)/*.c $(dir)/*.cc 2>/dev/null)) endif doc/full-en_US.xml: makeopts .lastclean $(XML_full_en_US)