]> arthur.barton.de Git - bup.git/blobdiff - Makefile
bup: don't print subcommands as b'cmd' in help with py3
[bup.git] / Makefile
index 42cbbcd8b2142a662e64a0b5fcbc142663e1dabe..3d129a4e3f7cc71ca67c7bd9370e0a6009aa01b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -123,8 +123,7 @@ lib/bup/_helpers$(SOEXT): \
                config/config.h lib/bup/bupsplit.h \
                lib/bup/bupsplit.c lib/bup/_helpers.c lib/bup/csetup.py
        @rm -f $@
-       cd lib/bup && \
-       LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" "$(bup_python)" csetup.py build
+       cd lib/bup && $(bup_python) csetup.py build "$(CFLAGS)" "$(LDFLAGS)"
         # Make sure there's just the one file we expect before we copy it.
        "$(bup_python)" -c \
          "import glob; assert(len(glob.glob('lib/bup/build/*/_helpers*$(SOEXT)')) == 1)"