summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-07-11 00:12:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-12 04:13:17 (GMT)
commitb4f02d3509e8e4da0f115b9515d52daa02621db7 (patch)
treeb82300b8ec9dce62b7fa94d759cd9591d68e01e7 /Makefile
parent6c98c0548aa3433ba64708ca8f08d44cd923f0b7 (diff)
downloadgit-b4f02d3509e8e4da0f115b9515d52daa02621db7.zip
git-b4f02d3509e8e4da0f115b9515d52daa02621db7.tar.gz
git-b4f02d3509e8e4da0f115b9515d52daa02621db7.tar.bz2
make remove-dashes: apply to scripts and programs as well, not just to builtins
All programs and scripts are now moved outside PATH, so it's a good idea not to use the dashed forms for them, either. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4796565..2b54d92 100644
--- a/Makefile
+++ b/Makefile
@@ -1296,7 +1296,7 @@ check: common-cmds.h
for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; done
remove-dashes:
- ./fixup-builtins $(BUILT_INS)
+ ./fixup-builtins $(BUILT_INS) $(PROGRAMS) $(SCRIPTS)
### Installation rules