summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6fb880e..923f9c0 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ MAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
TOP_DIR := $(patsubst %/,%,$(dir $(MAKEFILE)))
EXT_DIR := $(TOP_DIR)/ext
-# GNU Make Standard Library (http://gmsl.sourceforge.net/)
+# GNU Make Standard Library (https://gmsl.sourceforge.io/)
# See docs/gmsl.html for further information
include $(EXT_DIR)/gmsl
@@ -276,7 +276,7 @@ DOWNLOAD_PKG_ARCHIVE = \
)
# open issue from 2002:
-# http://savannah.gnu.org/bugs/?712
+# https://savannah.gnu.org/bugs/?712
ifneq ($(words $(PWD)),1)
$(error GNU Make chokes on paths with spaces)
endif