X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=984d167def635bf30802e2db04043d7a160903c8;hb=ee72aeaf009417156a3599b0eb69da3f7023ca07;hp=a97a5d95956049545a5b36e7fea93e90b1f7e33d;hpb=a50b870aa18738ec10ed31fd4a32a284ee1cfe50;p=git.git diff --git a/Makefile b/Makefile index a97a5d95..984d167d 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ PROGRAMS = \ git-unpack-objects$X git-update-index$X git-update-server-info$X \ git-upload-pack$X git-verify-pack$X git-write-tree$X \ git-update-ref$X git-symbolic-ref$X git-check-ref-format$X \ - git-name-rev$X git-pack-redundant$X git-config-set$X git-var$X + git-name-rev$X git-pack-redundant$X git-repo-config$X git-var$X # what 'all' will build and 'install' will install. ALL_PROGRAMS = $(PROGRAMS) $(SIMPLE_PROGRAMS) $(SCRIPTS) git$X