X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=3a2858061980a2848b078bfa8f6a872444a48fdb;hb=9c0f4823614cf80b0d110a648d95de84be5b7bd3;hp=a1d2e08ace61ab74919f506a1d81cbf6a54b3103;hpb=c7e3a75121877ecc8ea60c2d3873a1c6c504ed68;p=git.git diff --git a/Makefile b/Makefile index a1d2e08ac..3a2858061 100644 --- a/Makefile +++ b/Makefile @@ -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)