build: skip calling depmod

Calling depmod is no longer needed. (Since sometime in the 2.6
series.)
This commit is contained in:
Jan Engelhardt
2013-06-19 06:09:34 +02:00
parent 29f293743a
commit a8d7ec5ad6

View File

@@ -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;