Makefile: git.o depends on library headers
This dependency was not yet specified anywhere else. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
		
				
					committed by
					
						
						Junio C Hamano
					
				
			
			
				
	
			
			
			
						parent
						
							1c3acfcd57
						
					
				
				
					commit
					fe104986c6
				
			
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -1385,7 +1385,7 @@ git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
 | 
			
		||||
		$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
 | 
			
		||||
 | 
			
		||||
$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
 | 
			
		||||
$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
 | 
			
		||||
$(patsubst git-%$X,%.o,$(PROGRAMS)) git.o: $(LIB_H) $(wildcard */*.h)
 | 
			
		||||
builtin-revert.o wt-status.o: wt-status.h
 | 
			
		||||
 | 
			
		||||
$(LIB_FILE): $(LIB_OBJS)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user