|  | @@ -1208,7 +1208,6 @@ endif
 | 
	
		
			
				|  |  |  % if lib.get('secure', 'check') == 'yes' or lib.get('secure', 'check') == 'check':
 | 
	
		
			
				|  |  |  endif
 | 
	
		
			
				|  |  |  % endif
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  % for src in lib.src:
 | 
	
		
			
				|  |  |  % if not proto_re.match(src) and any(proto_re.match(src2) for src2 in lib.src):
 | 
	
		
			
				|  |  |  $(OBJDIR)/$(CONFIG)/${os.path.splitext(src)[0]}.o: \
 | 
	
	
		
			
				|  | @@ -1218,7 +1217,6 @@ $(OBJDIR)/$(CONFIG)/${os.path.splitext(src)[0]}.o: \
 | 
	
		
			
				|  |  |  % endif
 | 
	
		
			
				|  |  |  % endfor
 | 
	
		
			
				|  |  |  % endif
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  % endfor
 | 
	
		
			
				|  |  |  </%def>
 | 
	
		
			
				|  |  |  
 |