diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile b/intl/Makefile index a0278f2c4c..8a5f05c4ca 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -34,6 +34,7 @@ before-compile = $(objpfx)msgs.h install-others = $(inst_msgcatdir)/locale.alias generated = msgs.h +generated-dirs := domaindir plural.c: plural.y $(YACC) $(YFLAGS) $@ $^ @@ -91,4 +92,3 @@ endef endif endif - |