1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

tools: fix typo in comments

This commit is contained in:
Oleg Semyonov 2013-04-18 16:03:05 +02:00
parent f7236eb180
commit b7de3c99d8

View File

@ -54,14 +54,14 @@ endif
ifeq ($(UNAME), Linux)
ifeq ($(ARCH), x86_64)
ARM_SDK_URL := http://wiki.openpilot.org/download/attachments/18612236/gcc-arm-none-eabi-4_7-2013q1-20130313-linux-amd64.tar.bz2
QT_SDK_URL := "Plese use native Qt 4.8.x package"
QT_SDK_URL := "Please install native Qt 4.8.x SDK using package manager"
else
ARM_SDK_URL := http://wiki.openpilot.org/download/attachments/18612236/gcc-arm-none-eabi-4_7-2013q1-20130313-linux-i686.tar.bz2
QT_SDK_URL := "Plese use native Qt 4.8.x package"
QT_SDK_URL := "Please install native Qt 4.8.x SDK using package manager"
endif
else ifeq ($(UNAME), Darwin)
ARM_SDK_URL := http://wiki.openpilot.org/download/attachments/18612236/gcc-arm-none-eabi-4_7-2013q1-20130313-mac.tar.bz2
QT_SDK_URL := "Plese use native Qt 4.8.x package"
QT_SDK_URL := "Please install native Qt 4.8.x SDK using package manager"
else ifeq ($(UNAME), Windows)
ARM_SDK_URL := http://wiki.openpilot.org/download/attachments/18612236/gcc-arm-none-eabi-4_7-2013q1-20130313-windows.tar.bz2
QT_SDK_URL := http://wiki.openpilot.org/download/attachments/18612236/qt-4.8.4-windows.tar.bz2