summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-10-18 14:36:40 -0400
committerPaul Smith <psmith@gnu.org>2022-10-18 14:37:47 -0400
commitd9fc1ac5d2e427eed6e61ac95f5ebf72ed380089 (patch)
treeea547a807b51beabd35cdf2102e8c88c1017a75e /mk
parent9f55e9fd13c82e67754ec219f4160fda9de32a2b (diff)
downloadmake-git-d9fc1ac5d2e427eed6e61ac95f5ebf72ed380089.tar.gz
Update URLs to use https rather than http
* (all): Change http:// to https:// * README.W32: Remove invalid link to mingw.org.
Diffstat (limited to 'mk')
-rw-r--r--mk/Amiga.mk2
-rw-r--r--mk/Posix.mk.in2
-rw-r--r--mk/VMS.mk2
-rw-r--r--mk/Windows32.mk2
-rw-r--r--mk/msdosdjgpp.mk2
5 files changed, 5 insertions, 5 deletions
diff --git a/mk/Amiga.mk b/mk/Amiga.mk
index e8f0e5db..1f2afe33 100644
--- a/mk/Amiga.mk
+++ b/mk/Amiga.mk
@@ -16,7 +16,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along with
-# this program. If not, see <http://www.gnu.org/licenses/>.
+# this program. If not, see <https://www.gnu.org/licenses/>.
CC = sc
LD = $(CC) Link
diff --git a/mk/Posix.mk.in b/mk/Posix.mk.in
index a0d12ed6..edba91aa 100644
--- a/mk/Posix.mk.in
+++ b/mk/Posix.mk.in
@@ -16,7 +16,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along with
-# this program. If not, see <http://www.gnu.org/licenses/>.
+# this program. If not, see <https://www.gnu.org/licenses/>.
# Very little is needed here since the default Basic.mk assumes POSIX
diff --git a/mk/VMS.mk b/mk/VMS.mk
index b4d982ad..33ef3069 100644
--- a/mk/VMS.mk
+++ b/mk/VMS.mk
@@ -16,7 +16,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along with
-# this program. If not, see <http://www.gnu.org/licenses/>.
+# this program. If not, see <https://www.gnu.org/licenses/>.
src = [.src]
lib = [.lib]
diff --git a/mk/Windows32.mk b/mk/Windows32.mk
index 0dd51100..310fe7b8 100644
--- a/mk/Windows32.mk
+++ b/mk/Windows32.mk
@@ -16,7 +16,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along with
-# this program. If not, see <http://www.gnu.org/licenses/>.
+# this program. If not, see <https://www.gnu.org/licenses/>.
# TARGET_TYPE can be either "release" or "debug"
TARGET_TYPE = release
diff --git a/mk/msdosdjgpp.mk b/mk/msdosdjgpp.mk
index ac2235a5..98bfe0d5 100644
--- a/mk/msdosdjgpp.mk
+++ b/mk/msdosdjgpp.mk
@@ -16,7 +16,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along with
-# this program. If not, see <http://www.gnu.org/licenses/>.
+# this program. If not, see <https://www.gnu.org/licenses/>.
OBJEXT = o
EXEEXT = .exe