mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-26 09:24:37 +00:00 
			
		
		
		
	- Makefile: include $(PWD) in PATH, since 'make test' can happen before 'make install'.
This commit is contained in:
		
							parent
							
								
									1d0abb3ad2
								
							
						
					
					
						commit
						95e309b94d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -26,7 +26,7 @@ CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -I${DESTDIR}/include -MD -D_YOSY | ||||||
| LDFLAGS = -L${DESTDIR}/lib | LDFLAGS = -L${DESTDIR}/lib | ||||||
| LDLIBS = -lstdc++ -lreadline -lm -ldl | LDLIBS = -lstdc++ -lreadline -lm -ldl | ||||||
| 
 | 
 | ||||||
| export PATH := ${DESTDIR}/bin:$(PATH) | export PATH := $(PWD):$(DESTDIR)/bin:$(PATH) | ||||||
| 
 | 
 | ||||||
| ifeq (Darwin,$(findstring Darwin,$(shell uname))) | ifeq (Darwin,$(findstring Darwin,$(shell uname))) | ||||||
| 	# add macports include and library path to search directories, don't use '-rdynamic' and '-lrt': | 	# add macports include and library path to search directories, don't use '-rdynamic' and '-lrt': | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue