From 7f9e894fb8d3526690d1db50103c4ac5fa107249 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Tue, 20 May 2025 07:45:21 -0400 Subject: [PATCH] Makerules: Use 'original' instead of 'master' in source. Use more inclusive language in makefile source. Reviewed-by: Florian Weimer --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makerules b/Makerules index cd6c998832..7714888cdc 100644 --- a/Makerules +++ b/Makerules @@ -1400,7 +1400,7 @@ endif ifneq (,$(strip $(gpl2lgpl))) ifneq (,$(wildcard $(..)gpl2lgpl.sed)) -# Snarf from the master source and frob the copying notice. +# Snarf from the original source and frob the copying notice. $(gpl2lgpl): %: $(..)gpl2lgpl.sed /home/gd/gnu/lib/% sed -f $^ > $@-tmp # So I don't edit them by mistake. -- 2.47.2