Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sy/i18n' into pu
author
Pat Thoyts
<patthoyts@users.sourceforge.net>
Mon, 3 Oct 2016 22:22:46 +0000
(23:22 +0100)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Mon, 3 Oct 2016 22:22:46 +0000
(23:22 +0100)
Makefile
patch
|
blob
|
history
raw
(from parent 2:
52285c8
)
diff --git
a/Makefile
b/Makefile
index 4f00bdd3d69babe8a58c4989406eaa6fb5f36a50..fe30be38dc8c534cabf8a0f7145c41aecd1e6989 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-259,7
+259,7
@@
lib/tclIndex: $(ALL_LIBFILES) GIT-GUI-VARS
rm -f $@ ; \
echo '# Autogenerated by git-gui Makefile' >$@ && \
echo >>$@ && \
- $(foreach p,$(PRELOAD_FILES) $(
ALL_LIBFILES
),echo '$(subst lib/,,$p)' >>$@ &&) \
+ $(foreach p,$(PRELOAD_FILES) $(
sort $(ALL_LIBFILES)
),echo '$(subst lib/,,$p)' >>$@ &&) \
echo >>$@ ; \
fi