components/pycups/Makefile
changeset 12 41aeb1fd8c2d
parent 7 d42300cb8715
child 18 6da6bd662127
--- a/components/pycups/Makefile	Mon May 17 13:19:20 2010 -0500
+++ b/components/pycups/Makefile	Wed May 19 00:08:03 2010 -0500
@@ -40,10 +40,8 @@
 PYTHON_ENV +=	CFLAGS=-DVERSION=\\\"$(COMPONENT_VERSION)\\\"
 
 # common targets
-build:		$(COMPONENT_SRC)/build-32/.built \
-		$(COMPONENT_SRC)/build-64/.built
+build:		$(BUILD_32_and_64)
 
-install:	$(COMPONENT_SRC)/build-32/.installed \
-		$(COMPONENT_SRC)/build-64/.installed
+install:	$(INSTALL_32_and_64)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)