make: remove redundant COPYRIGHT target

It exists in the toplevel Makefile.
This commit is contained in:
Dmitry Lyzo 2022-12-25 21:38:47 +03:00
parent 57e6d98580
commit eef75b7907

View File

@ -35,6 +35,3 @@ dist/license/all: dist/license/subtitlesoctopus $(addprefix dist/license/, $(LIB
mv dist/license/all dist/license/all.tmp
build/license_lint.awk dist/license/all.tmp build/license_fullnotice
cat dist/license/all.tmp build/license_fullnotice > dist/license/all
dist/js/COPYRIGHT: dist/license/all
cp "$<" "$@"