summaryrefslogtreecommitdiff
path: root/libdm/make.tmpl.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-03-02 01:10:25 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2021-03-02 22:54:40 +0100
commit8bfa4439e1c9a342d8e0d9ee36932f2a89721342 (patch)
tree9fb42e4210b2a055602666982cbc8f3cfe127b20 /libdm/make.tmpl.in
parent4e976d9960f28278563ba7d0cd4c3795a4eba949 (diff)
downloadlvm2-8bfa4439e1c9a342d8e0d9ee36932f2a89721342.tar.gz
makefiles: fix pofile generation
If there is any user of --enable-nls and wants to get usable .po language file - use 'make pofile'
Diffstat (limited to 'libdm/make.tmpl.in')
-rw-r--r--libdm/make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/make.tmpl.in b/libdm/make.tmpl.in
index 4a32b8f94..46916d23f 100644
--- a/libdm/make.tmpl.in
+++ b/libdm/make.tmpl.in
@@ -410,7 +410,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] $<"