mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	Added filter-out for libyosys.so
This commit is contained in:
		
							parent
							
								
									f37f558f72
								
							
						
					
					
						commit
						a0cc795e85
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -766,7 +766,7 @@ clean-unit-test: | |||
| 
 | ||||
| install: $(TARGETS) $(EXTRA_TARGETS) | ||||
| 	$(INSTALL_SUDO) mkdir -p $(DESTDIR)$(BINDIR) | ||||
| 	$(INSTALL_SUDO) cp $(TARGETS) $(DESTDIR)$(BINDIR) | ||||
| 	$(INSTALL_SUDO) cp $(filter-out libyosys.so,$(TARGETS)) $(DESTDIR)$(BINDIR) | ||||
| ifneq ($(filter yosys,$(TARGETS)),) | ||||
| 	$(INSTALL_SUDO) $(STRIP) -S $(DESTDIR)$(BINDIR)/yosys | ||||
| endif | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue