From 93ba481acbbdfbbc5de2bf181c9cfe5549d66cdd Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 2 Nov 2011 16:39:36 -0700 Subject: [PATCH] cleanup ematch yacc files make clean needs to remove all the yacc output files for ematch. --- tc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/Makefile b/tc/Makefile index b2ca1655..00abb7f3 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -119,7 +119,7 @@ install: all clean: rm -f $(TCOBJ) $(TCLIB) libtc.a tc *.so emp_ematch.yacc.h; \ - rm -f emp_ematch.yacc.output + rm -f emp_ematch.yacc.* q_atm.so: q_atm.c $(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm