Correctly generate dependency information.
This commit is contained in:
		
							parent
							
								
									84f81a442c
								
							
						
					
					
						commit
						f70f78b6e4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,7 @@ define cfile-rule
 | 
			
		|||
$o: $s
 | 
			
		||||
	@echo CC $o
 | 
			
		||||
	@mkdir -p $(dir $o)
 | 
			
		||||
	@$(CC) $(CFLAGS) $(cflags) -MM -MQ $d -o $d $s
 | 
			
		||||
	@$(CC) $(CFLAGS) $(cflags) -MM -MQ $o -o $d $s
 | 
			
		||||
	$(hide) $(CC) $(CFLAGS) $(cflags) -c -o $o $s
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue