components/python/xattr/Makefile
changeset 3998 5bd484384122
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
child 7811 9126e6f58cd8
--- a/components/python/xattr/Makefile	Fri Mar 20 03:13:26 2015 -0700
+++ b/components/python/xattr/Makefile	Thu Mar 19 14:41:20 2015 -0700
@@ -43,18 +43,8 @@
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
-# Look over into the pycparser and cffi proto areas until they're available in
-# the build environment.  Make sure that cffi is built.
-PYCPARSER =		$(WS_COMPONENTS)/python/pycparser/build/prototype/$(MACH)/$(PYTHON_LIB)
-CFFI =			$(WS_COMPONENTS)/python/cffi/build/prototype/$(MACH)/$(PYTHON_LIB)
-
-$(CFFI):
-	(cd ../cffi; $(MAKE) install)
-
-PYTHONPATH_DEP =	$(PYCPARSER):$(CFFI)
-COMPONENT_BUILD_ENV +=	PYTHONPATH=$(PYTHONPATH_DEP)
-COMPONENT_INSTALL_ENV +=	PYTHONPATH=$(PYTHONPATH_DEP):$(PROTO_DIR)/$(PYTHON_LIB)
-COMPONENT_TEST_ENV +=	PYTHONPATH=$(PYTHONPATH_DEP):$(PROTO_DIR)/$(PYTHON_LIB)
+COMPONENT_INSTALL_ENV +=	PYTHONPATH=$(PROTO_DIR)/$(PYTHON_LIB)
+COMPONENT_TEST_ENV +=		PYTHONPATH=$(PROTO_DIR)/$(PYTHON_LIB)
 # The test suite wants to use some unicode filenames, which don't work in the C
 # locale.
 COMPONENT_TEST_ENV +=	LC_CTYPE=en_US.UTF-8
@@ -73,8 +63,6 @@
 # finding in PYTHONPATH.
 COMPONENT_PRE_TEST_ACTION = $(CP) -r $(SOURCE_DIR) $(@D)/tests
 
-$(BUILD_32_and_64): $(CFFI)
-
 # common targets
 build:		$(BUILD_32_and_64)