From 245584becf8e69a43c09f37bf4e6b7385c903db7 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 26 Nov 2018 11:28:16 -0200 Subject: [PATCH] Fixing builds. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1237cf1..0c37637 100644 --- a/Makefile.in +++ b/Makefile.in @@ -276,7 +276,7 @@ $(POTDIR)/$(LIBNAME).pot: \ @$(MSGCAT) --sort-output $^ > $@ locale: \ - lib$(LIBNAME).pot + $(POTDIR)/$(LIBNAME).pot #---[ Debug Targets ]-------------------------------------------------------------------- -- libgit2 0.21.2