7043696 libusb should move to userland (fix download)
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Wed, 11 May 2011 13:02:39 -0700
changeset 231 9d0f929debda
parent 230 d6efadb643f7
child 232 2cf3cf4ba08c
7043696 libusb should move to userland (fix download)
components/libusb/ugen/Makefile
components/libusb/wrapper/Makefile
--- a/components/libusb/ugen/Makefile	Wed May 11 12:56:18 2011 -0700
+++ b/components/libusb/ugen/Makefile	Wed May 11 13:02:39 2011 -0700
@@ -38,6 +38,9 @@
 $(BUILD_DIR_64)/.installed:	BITS=64
 COMPONENT_INSTALL_ARGS += BITS=$(BITS)
 
+download:
+
+clobber:	clean
 
 # common targets
 $(SOURCE_DIR)/.prep:
--- a/components/libusb/wrapper/Makefile	Wed May 11 12:56:18 2011 -0700
+++ b/components/libusb/wrapper/Makefile	Wed May 11 13:02:39 2011 -0700
@@ -42,6 +42,10 @@
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
 
+download:
+
+clobber:	clean
+
 prep:	$(SOURCE_DIR)/.prep
 
 build:		$(BUILD_32_and_64)