diff options
author | Linus Torvalds <torvalds@osdl.org> | 2006-05-16 16:46:31 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-16 17:21:21 -0700 |
commit | 63dffdf03da65ddf1a02c3215ad15ba109189d42 (patch) | |
tree | 8bb22c22192989d31b4faa955883e9a97c9546b4 /Makefile | |
parent | Merge branch 'maint' (diff) | |
download | tgif-63dffdf03da65ddf1a02c3215ad15ba109189d42.tar.xz |
Remove old "git-grep.sh" remnants
It's built-in now.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -124,7 +124,7 @@ SCRIPT_SH = \ git-tag.sh git-verify-tag.sh \ git-applymbox.sh git-applypatch.sh git-am.sh \ git-merge.sh git-merge-stupid.sh git-merge-octopus.sh \ - git-merge-resolve.sh git-merge-ours.sh git-grep.sh \ + git-merge-resolve.sh git-merge-ours.sh \ git-lost-found.sh SCRIPT_PERL = \ @@ -169,7 +169,8 @@ PROGRAMS = \ git-describe$X git-merge-tree$X git-blame$X git-imap-send$X BUILT_INS = git-log$X git-whatchanged$X git-show$X \ - git-count-objects$X git-diff$X git-push$X + git-count-objects$X git-diff$X git-push$X \ + git-grep$X # what 'all' will build and 'install' will install, in gitexecdir ALL_PROGRAMS = $(PROGRAMS) $(SIMPLE_PROGRAMS) $(SCRIPTS) |