Remove unused patch
This commit is contained in:
parent
1e8e69bb57
commit
4f41a3fb70
@ -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)
|
Loading…
Reference in New Issue
Block a user