cleanup ematch yacc files

make clean needs to remove all the yacc output files for ematch.
This commit is contained in:
Stephen Hemminger 2011-11-02 16:39:36 -07:00
parent 9bac173fa6
commit 93ba481acb

View File

@ -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