blob: d43780748f2eb5c74860d4a2be3d7b03aa528b47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 $@
|