Makerules: Use 'original' instead of 'master' in source.

Use more inclusive language in makefile source.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
Carlos O'Donell 2025-05-20 07:45:21 -04:00
parent 801d566dde
commit 7f9e894fb8
1 changed files with 1 additions and 1 deletions

View File

@ -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.