diff options
Diffstat (limited to 'recipes/ltp/ltp-20090131/no-IDcheck.patch')
-rw-r--r-- | recipes/ltp/ltp-20090131/no-IDcheck.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/ltp/ltp-20090131/no-IDcheck.patch b/recipes/ltp/ltp-20090131/no-IDcheck.patch new file mode 100644 index 0000000000..d43780748f --- /dev/null +++ b/recipes/ltp/ltp-20090131/no-IDcheck.patch @@ -0,0 +1,17 @@ +--- + Makefile | 2 -- + 1 file changed, 2 deletions(-) + +Index: ltp-full-20090131/Makefile +=================================================================== +--- ltp-full-20090131.orig/Makefile ++++ ltp-full-20090131/Makefile +@@ -37,8 +37,6 @@ install: all + @$(MAKE) -C doc/man1 install + @$(MAKE) -C doc/man3 install + +- @./IDcheck.sh +- + libltp.a: config.h + @$(MAKE) -C lib $@ + |