build: remove unnecessary dependency on libs from 'all' target
The libs are added to the all target elsewhere, no need to do it again here. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
		
							parent
							
								
									f6b7f72461
								
							
						
					
					
						commit
						1fef92fd73
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -86,7 +86,7 @@ include $(SRC_PATH)/common.mak | |||||||
| FF_EXTRALIBS := $(FFEXTRALIBS) | FF_EXTRALIBS := $(FFEXTRALIBS) | ||||||
| FF_DEP_LIBS  := $(DEP_LIBS) | FF_DEP_LIBS  := $(DEP_LIBS) | ||||||
| 
 | 
 | ||||||
| all: $(FF_DEP_LIBS) $(PROGS) | all: $(PROGS) | ||||||
| 
 | 
 | ||||||
| $(TOOLS): %$(EXESUF): %.o | $(TOOLS): %$(EXESUF): %.o | ||||||
| 	$(LD) $(LDFLAGS) -o $@ $< $(ELIBS) | 	$(LD) $(LDFLAGS) -o $@ $< $(ELIBS) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user