mirror of git://sourceware.org/git/glibc.git
				
				
				
			
		
			
	
	
		
			10 lines
		
	
	
		
			358 B
		
	
	
	
		
			Makefile
		
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			358 B
		
	
	
	
		
			Makefile
		
	
	
	
|  | # This file is included several times in a row, once
 | ||
|  | # for each element of $(object-suffixes).  $(object-suffixes-left)
 | ||
|  | # is initialized first to $(object-suffixes) so that with each
 | ||
|  | # inclusion, we advance $o to the next suffix.
 | ||
|  | 
 | ||
|  | o := $(firstword $(object-suffixes-left)) | ||
|  | object-suffixes-left := $(filter-out $o,$(object-suffixes-left)) | ||
|  | 
 | ||
|  | $(o-iterator-doit) |