From 8bfa4439e1c9a342d8e0d9ee36932f2a89721342 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 2 Mar 2021 01:10:25 +0100 Subject: makefiles: fix pofile generation If there is any user of --enable-nls and wants to get usable .po language file - use 'make pofile' --- make.tmpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make.tmpl.in') diff --git a/make.tmpl.in b/make.tmpl.in index 2346bfda2..4bd089d24 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -449,7 +449,7 @@ DEFS+=-D_FILE_OFFSET_BITS=64 %.pot: %.c Makefile @echo " [CC] $@" - $(Q) $(CC) -E $(INCLUDES) $(VALGRIND_CFLAGS) $(PROGS_CFLAGS) -include $(top_builddir)/include/pogen.h $(DEFS) $(WFLAGS) $(CFLAGS) $< >$@ + $(Q) $(CC) -E $(INCLUDES) $(VALGRIND_CFLAGS) $(PROGS_CFLAGS) -include $(top_builddir)/po/pogen.h $(DEFS) $(WFLAGS) $(CFLAGS) $< >$@ %.so: %.o @echo " [CC] $<" -- cgit v1.2.1