Explicitly add libxorg_la_LIBADD to libxorg_la_DEPENDENCIES
Otherwise, for example, when hacking config/*.c, it is required to run make clean on that directory, to ensure the proper libconfig.a will be linked in the generated Xorg binary.
This commit is contained in:
		
							parent
							
								
									0eec734887
								
							
						
					
					
						commit
						c7d62d74bb
					
				| 
						 | 
					@ -48,6 +48,8 @@ libxorg_la_LIBADD = \
 | 
				
			||||||
            $(top_builddir)/os/libos.la \
 | 
					            $(top_builddir)/os/libos.la \
 | 
				
			||||||
            @XORG_LIBS@
 | 
					            @XORG_LIBS@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					libxorg_la_DEPENDENCIES = $(libxorg_la_LIBADD)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
libxorg.c xorg.c:
 | 
					libxorg.c xorg.c:
 | 
				
			||||||
	touch $@
 | 
						touch $@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue