mirror of git://sourceware.org/git/glibc.git
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:
parent
801d566dde
commit
7f9e894fb8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue