xfree86: Don't complain when the SDK dependency file doesn't exist yet
It won't exist until the build is complete, so don't complain about it Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
		
							parent
							
								
									eda9356271
								
							
						
					
					
						commit
						93b15b1a47
					
				| 
						 | 
				
			
			@ -121,7 +121,7 @@ sdksyms.dep sdksyms.c: sdksyms.sh
 | 
			
		|||
	$(AM_V_GEN)CPP='$(CPP)' AWK='$(AWK)' $(SHELL) $(srcdir)/sdksyms.sh $(top_srcdir) $(CFLAGS) $(AM_CFLAGS) $(AM_CPPFLAGS)
 | 
			
		||||
 | 
			
		||||
SDKSYMS_DEP = sdksyms.dep
 | 
			
		||||
include $(SDKSYMS_DEP)
 | 
			
		||||
-include $(SDKSYMS_DEP)
 | 
			
		||||
 | 
			
		||||
i2c/libi2c.la:
 | 
			
		||||
	$(AM_V_at)cd i2c && $(MAKE) libi2c.la
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue