]> arthur.barton.de Git - bup.git/blobdiff - Makefile
configure: Search for python3.x and python3
[bup.git] / Makefile
index 43d6a00c52c0b4bb8fc6960d4d45fddbd843d889..5e31562ae5e771387b53b231e70219cf6a9d490d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -143,9 +143,6 @@ install: all
            $(INSTALL) -pm 0644 lib/bup/source_info.py $(dest_libdir)/bup/; \
        fi
 
-
-           $(INSTALL) -pm 0644 lib/bup/checkout_info.py $(dest_libdir)/bup/; \
-
 config/config.h: config/config.vars
 
 lib/bup/_helpers$(SOEXT): \
@@ -166,6 +163,7 @@ runtests: runtests-python runtests-cmdline
 python_tests := \
   lib/bup/t/tbloom.py \
   lib/bup/t/tclient.py \
+  lib/bup/t/tcompat.py \
   lib/bup/t/tgit.py \
   lib/bup/t/thashsplit.py \
   lib/bup/t/thelpers.py \