blob: 54d624ccd7fc9bb321a91b5c3c2804bde6ef084c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
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 || :;
-
clean-local-mans:
${MAKE} -f Makefile.mans clean;
|