X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=984d167def635bf30802e2db04043d7a160903c8;hb=bf3e274873e56d7df25d60800c8d59a309e0d8c6;hp=ecbb88889dbcb52437451b0258c4a643a238ce2e;hpb=d6ebd2590cb427a564a7bc21f893b238ce26e26f;p=git.git diff --git a/Makefile b/Makefile index ecbb8888..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 @@ -482,7 +482,8 @@ deb: dist ### Cleaning rules clean: - rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o git $(PROGRAMS) $(LIB_FILE) + rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o $(LIB_FILE) + rm -f $(PROGRAMS) $(SIMPLE_PROGRAMS) git$X rm -f $(filter-out gitk,$(SCRIPTS)) rm -f *.spec *.pyc *.pyo rm -rf $(GIT_TARNAME)