mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Fixed make rules for ilang parser
This commit is contained in:
		
							parent
							
								
									0229d68fc9
								
							
						
					
					
						commit
						d6d0e08834
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4,10 +4,12 @@ GENFILES += frontends/ilang/parser.tab.h
 | 
			
		|||
GENFILES += frontends/ilang/parser.output
 | 
			
		||||
GENFILES += frontends/ilang/lexer.cc
 | 
			
		||||
 | 
			
		||||
frontends/ilang/parser.tab.cc frontends/ilang/parser.tab.h: frontends/ilang/parser.y
 | 
			
		||||
frontends/ilang/parser.tab.cc: frontends/ilang/parser.y
 | 
			
		||||
	bison -d -r all -b frontends/ilang/parser frontends/ilang/parser.y
 | 
			
		||||
	mv frontends/ilang/parser.tab.c frontends/ilang/parser.tab.cc
 | 
			
		||||
 | 
			
		||||
frontends/ilang/parser.tab.h: frontends/ilang/parser.tab.cc
 | 
			
		||||
 | 
			
		||||
frontends/ilang/lexer.cc: frontends/ilang/lexer.l
 | 
			
		||||
	flex -o frontends/ilang/lexer.cc frontends/ilang/lexer.l
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue