summaryrefslogtreecommitdiff
path: root/testing/build.test1/Makefile.libusb
diff options
context:
space:
mode:
authorduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-27 01:44:29 +0000
committerduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-27 01:44:29 +0000
commitdbd26e3a27bcc50854b768bad146882a02dc58f0 (patch)
tree2739c6c85d49d4c12ae255cfe075cff83d4c3a78 /testing/build.test1/Makefile.libusb
parent92c9d46449a7562080ea0277a7b7309ed2bdba03 (diff)
downloadopenocd+libswd-dbd26e3a27bcc50854b768bad146882a02dc58f0.tar.gz
openocd+libswd-dbd26e3a27bcc50854b768bad146882a02dc58f0.tar.bz2
openocd+libswd-dbd26e3a27bcc50854b768bad146882a02dc58f0.tar.xz
openocd+libswd-dbd26e3a27bcc50854b768bad146882a02dc58f0.zip
Added documentation for build test case1
git-svn-id: svn://svn.berlios.de/openocd/trunk@1277 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing/build.test1/Makefile.libusb')
-rwxr-xr-xtesting/build.test1/Makefile.libusb4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/build.test1/Makefile.libusb b/testing/build.test1/Makefile.libusb
index 84e66aec..815592a1 100755
--- a/testing/build.test1/Makefile.libusb
+++ b/testing/build.test1/Makefile.libusb
@@ -10,8 +10,8 @@ ifeq (x"$BUILD_SYSNAME",x"mingw32")
$(error Please use the win32 specific port of LibUSB not the Unix version)
endif
-TARFILE_LOCAL = ${VIRGINS}/libusb-${LIBUSB_VERSION}.tar.bz2
-TARFILE_URL = http://downloads.sourceforge.net/libusb/libusb-${LIBUSB_VERSION}.tar.gz
+TARFILE_LOCAL = ${VIRGINS}/libusb-${LIBUSB_VERSION_linux}.tar.bz2
+TARFILE_URL = http://downloads.sourceforge.net/libusb/libusb-${LIBUSB_VERSION_linux}.tar.gz
LIBUSB_SRC_DIR = ${HERE}/libusb-${LIBUSB_VERSION}
LIBUSB_BUILD_DIR = ${HERE}/libusb-build