]> arthur.barton.de Git - bup.git/blobdiff - Makefile
build: fix C-side dependencies
[bup.git] / Makefile
index 3f709a545d332a0c956409afbc5933e212aa217d..42cbbcd8b2142a662e64a0b5fcbc142663e1dabe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ install: all
 config/config.h: config/config.vars
 
 lib/bup/_helpers$(SOEXT): \
-               config/config.h \
+               config/config.h lib/bup/bupsplit.h \
                lib/bup/bupsplit.c lib/bup/_helpers.c lib/bup/csetup.py
        @rm -f $@
        cd lib/bup && \
@@ -198,6 +198,7 @@ cmdline_tests := \
   t/test-rm-between-index-and-save.sh \
   t/test-save-creates-no-unrefs.sh \
   t/test-save-restore \
+  t/test-save-errors \
   t/test-save-restore-excludes.sh \
   t/test-save-strip-graft.sh \
   t/test-save-with-valid-parent.sh \
@@ -207,6 +208,8 @@ cmdline_tests := \
   t/test-xdev.sh
 
 ifeq "2" "$(bup_python_majver)"
+  # unresolved
+  #   web: needs more careful attention, path bytes round-trips, reprs, etc.
   cmdline_tests += \
     t/test-web.sh
 endif