diff --git a/Makefile.in b/Makefile.in index 6c6bb09..a740984 100644 --- a/Makefile.in +++ b/Makefile.in @@ -156,6 +156,13 @@ $(POTDIR)/%.pot: \ $< @touch $@ +$(POTDIR)/%.pot: \ + %.rc + + @echo $< ... + @$(MKDIR) `dirname $@` + @touch $@ + #---[ Release Targets ]------------------------------------------------------------------ all: \ -- libgit2 0.21.2