aboutsummaryrefslogtreecommitdiffstats
path: root/gitk-git/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-05-29 09:02:14 -0700
committerJunio C Hamano <gitster@pobox.com>2025-05-29 09:02:14 -0700
commit6ab5693aa298f0e3034a1273cf4bf61c31b0e7f0 (patch)
tree64da47aa19efebf0f686127adb6022491f493563 /gitk-git/Makefile
parentb32feae0f1b21faaf8e191e8d3314a32470a536b (diff)
parentbfb0fa7099e541c15d103b75f453f613a751da03 (diff)
downloadgit-6ab5693aa298f0e3034a1273cf4bf61c31b0e7f0.tar.gz
Merge branch 'master' of https://github.com/j6t/gitk
* 'master' of https://github.com/j6t/gitk: gitk: do not hard-code color of search results in commit list gitk: place file name arguments after options in msgfmt call gitk: Legacy widgets doesn't have combobox
Diffstat (limited to 'gitk-git/Makefile')
-rw-r--r--gitk-git/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk-git/Makefile b/gitk-git/Makefile
index 3a3c56c318..cc32dcab4b 100644
--- a/gitk-git/Makefile
+++ b/gitk-git/Makefile
@@ -73,7 +73,7 @@ update-po:: $(PO_TEMPLATE)
$(foreach p, $(ALL_POFILES), echo Updating $p ; msgmerge -U $p $(PO_TEMPLATE) ; )
$(ALL_MSGFILES): %.msg : %.po
@echo Generating catalog $@
- $(MSGFMT) --statistics --tcl $< -l $(basename $(notdir $<)) -d $(dir $@)
+ $(MSGFMT) --statistics --tcl -l $(basename $(notdir $<)) -d $(dir $@) $<
.PHONY: all install uninstall clean update-po
.PHONY: FORCE