diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-05 01:16:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-05 01:16:27 -0700 |
commit | f8abaebab3fe1a1b873f9636ea410ac4007c8fa8 (patch) | |
tree | 0501ad7e7fc1a0641d73dc7f554238b0f73484a9 /Makefile | |
parent | 04f2ddda8426d3ae46d52d9dcbfc00bd3c52e645 (diff) | |
parent | 531c8dd4fb18e653d6170d367e4b23c3164d5ce0 (diff) | |
download | git-f8abaebab3fe1a1b873f9636ea410ac4007c8fa8.tar.gz |
Merge branch 'maint'
* maint:
fixup-builtins: retire an old transition helper script
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2305,9 +2305,6 @@ check: common-cmds.h exit 1; \ fi -remove-dashes: - ./fixup-builtins $(BUILT_INS) $(PROGRAMS) $(SCRIPTS) - ### Installation rules ifneq ($(filter /%,$(firstword $(template_dir))),) |