summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-07-17 00:49:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-17 00:49:59 (GMT)
commit1f8dc671557a7330eaee9c0296bfad669d26a1b8 (patch)
tree6d3152f0bf2da873cd29efe3dc962e49034b15d3 /Makefile
parent0513f241cc2d757371dc7ba6b065366de044862e (diff)
parentb4f02d3509e8e4da0f115b9515d52daa02621db7 (diff)
downloadgit-1f8dc671557a7330eaee9c0296bfad669d26a1b8.zip
git-1f8dc671557a7330eaee9c0296bfad669d26a1b8.tar.gz
git-1f8dc671557a7330eaee9c0296bfad669d26a1b8.tar.bz2
Merge branch 'mv/dashless'
* mv/dashless: make remove-dashes: apply to scripts and programs as well, not just to builtins git-bisect: use dash-less form on git bisect log t1007-hash-object.sh: use quotes for the test description t0001-init.sh: change confusing directory name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b52071..75c4ead 100644
--- a/Makefile
+++ b/Makefile
@@ -1298,7 +1298,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