summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2011-03-07 16:07:11 +0000
committerChris Johns <chrisj@rtems.org>2011-03-07 16:07:11 +0000
commit53f0488ad752a14bb3242baeddbd59da81fc761e (patch)
treee5a693ad39952083f214273a31a6aa65b5ab4651
parent6f055e472c73e8e4ee60b0318d99b47da3cd018a (diff)
downloadlibusb-53f0488ad752a14bb3242baeddbd59da81fc761e.tar.gz
[autogen] fixed >> instead of > typo in create_def
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 85fb8fb..5e13c09 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ create_def()
echo "rebuidling libusb-1.0.def file"
echo "LIBRARY" > libusb/libusb-1.0.def
echo "EXPORTS" >> libusb/libusb-1.0.def
- sed -n -e "s/.*API_EXPORTED.*\([[:blank:]]\)\(libusb.*\)(.*/ \2/p" libusb/*.c >> libusb/libusb-1.0.def~
+ sed -n -e "s/.*API_EXPORTED.*\([[:blank:]]\)\(libusb.*\)(.*/ \2/p" libusb/*.c > libusb/libusb-1.0.def~
sed -n -e "s/.*LIBUSB_CALL.*\([[:blank:]]\)\(libusb.*\)(.*/ \2/p" libusb/*.c >> libusb/libusb-1.0.def~
# We need to manually define a whole set of DLL aliases if we want the MS
# DLLs to be usable with dynamically linked MinGW executables. This is