From c98c7ebfd782d57d3d0cea30535f67a31d599e55 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 10 Jul 2007 19:37:10 -0700 Subject: [PATCH] makefile: use --single-version-externally-managed for simplejson --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 4e0658f9..1e35c356 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -71,7 +71,7 @@ build-foolscap: build-simplejson: cd src/simplejson && \ - $(PP) $(PYTHON) ./setup.py $(EXTRA_SETUP_ARGS) install --prefix="$(INSTDIR)" --record="$(INSTDIR)/simplejson_install.log" --install-lib="$(INSTDIR)/lib" --install-scripts="$(INSTDIR)/bin" + $(PP) $(PYTHON) ./setup.py $(EXTRA_SETUP_ARGS) install --single-version-externally-managed --prefix="$(INSTDIR)" --record="$(INSTDIR)/simplejson_install.log" --install-lib="$(INSTDIR)/lib" --install-scripts="$(INSTDIR)/bin" build-Crypto: cd src/Crypto && \ -- 2.45.2