mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			292 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			292 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| ---
 | |
|  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;
 | |
|  
 |