Remove unused patch

This commit is contained in:
Martin Osvald 2022-09-09 08:52:04 +02:00
parent 1e8e69bb57
commit 4f41a3fb70

View File

@ -1,10 +0,0 @@
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ all clean install::
all:: syntax
-SCRIPTS := $(shell find . -type f -name '*.pl' | sort)
+SCRIPTS := $(shell find . -type f -name '*.pl' | grep -v 'utils\/annotator.pl' | sort)
MODULES := $(shell find . -type f -name '*.pm' | sort)