aboutsummaryrefslogtreecommitdiffstats
path: root/dist/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'dist/gdb')
-rw-r--r--dist/gdb/Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/gdb/Makefile.mingw b/dist/gdb/Makefile.mingw
index 3d23a97173..54e9feadde 100644
--- a/dist/gdb/Makefile.mingw
+++ b/dist/gdb/Makefile.mingw
@@ -36,7 +36,7 @@ checkunzip:
${source}/python.zip: | makesourcedir checkwget
cd ${source} && \
echo "Downloading python..." && \
- wget -q http://download.qt-project.org/development_releases/prebuilt/gdb/build-prerequisites/python.zip && \
+ wget -q http://download.qt.io/development_releases/prebuilt/gdb/build-prerequisites/python.zip && \
touch python.zip
${broot}/python/python.exe: ${source}/python.zip | checkunzip