@@ -13,14 +13,14 @@ setup.py = CC="$(CC)" CFLAGS="$(PY_CFLAG $(INSTALL_PYTHON_PROG) scripts/convert-legacy-stream $(DESTDIR)$(LIBEXEC_BIN) $(INSTALL_PYTHON_PROG ...
Often, it's not possible to write down everything needed to build a distribution a priori: you may need to get some information from the user, or from the user's system, in order to proceed. As long ...