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