]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: skip calling depmod
authorJan Engelhardt <jengelh@inai.de>
Wed, 19 Jun 2013 04:09:34 +0000 (06:09 +0200)
committerJan Engelhardt <jengelh@inai.de>
Wed, 19 Jun 2013 04:09:34 +0000 (06:09 +0200)
Calling depmod is no longer needed. (Since sometime in the 2.6
series.)

Makefile.am

index 9a15a1ddfbe715a82cdde53586b83919bd9c0773..75c7c04ef95d5902ca7bae7be06db9798e34ef5c 100644 (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;