You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
241 B
12 lines
241 B
14 years ago
|
--- 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)
|