mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			241 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			241 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/tc/Makefile
 | 
						|
+++ b/tc/Makefile
 | 
						|
@@ -95,6 +95,8 @@ MODDESTDIR := $(DESTDIR)$(patsubst /usr%
 | 
						|
 
 | 
						|
 all: libtc.a tc $(TCSO)
 | 
						|
 
 | 
						|
+$(TCOBJ): emp_ematch.yacc.c emp_ematch.lex.c
 | 
						|
+
 | 
						|
 tc: $(TCOBJ) $(LIBNETLINK) $(LIBUTIL) $(TCLIB)
 | 
						|
 
 | 
						|
 libtc.a: $(TCLIB)
 |