From: Brian Warner Date: Wed, 11 Jul 2007 02:37:10 +0000 (-0700) Subject: makefile: use --single-version-externally-managed for simplejson X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=c98c7ebfd782d57d3d0cea30535f67a31d599e55;p=tahoe-lafs%2Ftahoe-lafs.git makefile: use --single-version-externally-managed for simplejson --- 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 && \