Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext()
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index ef57c1c9b40de62d58d192f1f65f65e9e9f19dd8..87c83cb458e6e49c72250db8852c472d3ea73dca 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-414,6
+414,7
@@
PROGRAM_OBJS += shell.o
PROGRAM_OBJS += show-index.o
PROGRAM_OBJS += upload-pack.o
PROGRAM_OBJS += http-backend.o
+PROGRAM_OBJS += sh-i18n--envsubst.o
PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS))