From 700247e2b8ab14129d795618cf232f4aa896f937 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 26 Nov 2018 11:28:16 -0200 Subject: [PATCH] Fixing builds. --- src/lib3270++/Makefile.in | 2 +- src/lib3270/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib3270++/Makefile.in b/src/lib3270++/Makefile.in index 1237cf1..0c37637 100644 --- a/src/lib3270++/Makefile.in +++ b/src/lib3270++/Makefile.in @@ -276,7 +276,7 @@ $(POTDIR)/$(LIBNAME).pot: \ @$(MSGCAT) --sort-output $^ > $@ locale: \ - lib$(LIBNAME).pot + $(POTDIR)/$(LIBNAME).pot #---[ Debug Targets ]-------------------------------------------------------------------- diff --git a/src/lib3270/Makefile.in b/src/lib3270/Makefile.in index 8fd5997..4ea6aae 100644 --- a/src/lib3270/Makefile.in +++ b/src/lib3270/Makefile.in @@ -279,7 +279,7 @@ $(POTDIR)/$(LIBNAME).pot: \ @$(MSGCAT) --sort-output $^ > $@ locale: \ - lib$(LIBNAME).pot + $(POTDIR)/$(LIBNAME).pot #---[ Debug Targets ]-------------------------------------------------------------------- -- libgit2 0.21.2