2013-01-17 20:29:26 +08:00
|
|
|
---
|
|
|
|
Makefile.in | 3 +--
|
|
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
|
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
|
|
|
@@ -11,9 +11,6 @@ FORCE:
|
|
|
|
xtables-addons.8: FORCE
|
|
|
|
${MAKE} -f Makefile.mans all;
|
|
|
|
|
|
|
|
-install-exec-hook:
|
|
|
|
- depmod -a || :;
|
|
|
|
-
|
2013-07-10 22:51:13 +08:00
|
|
|
clean-local-mans:
|
|
|
|
${MAKE} -f Makefile.mans clean;
|
2013-01-17 20:29:26 +08:00
|
|
|
|