diff options
author | Linus Torvalds <torvalds@osdl.org> | 2006-05-17 21:21:04 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-17 22:27:42 -0700 |
commit | c699f9b924d763b762df932769d91e3d053634a8 (patch) | |
tree | 8a455e224173f7f917a50ed621777a8c2dcd8762 /Makefile | |
parent | f25933987f29070e9cd79dfddf03018010e82e80 (diff) | |
download | git-c699f9b924d763b762df932769d91e3d053634a8.tar.gz git-c699f9b924d763b762df932769d91e3d053634a8.tar.xz |
Remove old "git-add.sh" remnants
Repeat after me: "It's now a built-in"
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 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -113,7 +113,7 @@ SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__ ### --- END CONFIGURATION SECTION --- SCRIPT_SH = \ - git-add.sh git-bisect.sh git-branch.sh git-checkout.sh \ + git-bisect.sh git-branch.sh git-checkout.sh \ git-cherry.sh git-clean.sh git-clone.sh git-commit.sh \ git-fetch.sh \ git-format-patch.sh git-ls-remote.sh \ @@ -170,7 +170,7 @@ PROGRAMS = \ BUILT_INS = git-log$X git-whatchanged$X git-show$X \ git-count-objects$X git-diff$X git-push$X \ - git-grep$X + git-grep$X git-add$X # what 'all' will build and 'install' will install, in gitexecdir ALL_PROGRAMS = $(PROGRAMS) $(SIMPLE_PROGRAMS) $(SCRIPTS) |