Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-05 12:16:27 +0400
committerJunio C Hamano <gitster@pobox.com>2013-07-05 12:16:27 +0400
commitf8abaebab3fe1a1b873f9636ea410ac4007c8fa8 (patch)
tree0501ad7e7fc1a0641d73dc7f554238b0f73484a9 /Makefile
parent04f2ddda8426d3ae46d52d9dcbfc00bd3c52e645 (diff)
parent531c8dd4fb18e653d6170d367e4b23c3164d5ce0 (diff)
Merge branch 'maint'
* maint: fixup-builtins: retire an old transition helper script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5a68fe5431..0600eb46db 100644
--- a/Makefile
+++ b/Makefile
@@ -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))),)