From 8357f90b785deb3dd4f8aa92e6ff8c8d932e8458 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 16 Aug 2021 09:12:05 -0300 Subject: [PATCH] Fixing windows build. --- Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index dc1b467..437fb6a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,6 +121,13 @@ $(POTDIR)/$(LIBNAME)/%.pot: \ $< @touch $@ +$(POTDIR)/$(LIBNAME)/%.pot: \ + %.rc + + @echo $< ... + @$(MKDIR) $(@D) + @touch $@ + #---[ Debug Rules ]---------------------------------------------------------------------- $(OBJDBG)/%.o: \ -- libgit2 0.21.2