Make sure that install-progs has the proper dependencies when compiling
against shared libs. Originally committed as revision 4984 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									b12f8273fa
								
							
						
					
					
						commit
						a4848db6fe
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@ -110,7 +110,11 @@ documentation:
 | 
			
		||||
 | 
			
		||||
install: install-progs install-libs install-headers install-man $(INSTALLVHOOK)
 | 
			
		||||
 | 
			
		||||
ifeq ($(BUILD_SHARED),yes)
 | 
			
		||||
install-progs: $(PROG) install-libs
 | 
			
		||||
else
 | 
			
		||||
install-progs: $(PROG)
 | 
			
		||||
endif
 | 
			
		||||
	install -d "$(bindir)"
 | 
			
		||||
	install -c $(INSTALLSTRIP) -m 755 $(PROG) "$(bindir)"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user