From: Stephen Hemminger Date: Wed, 2 Nov 2011 23:39:36 +0000 (-0700) Subject: cleanup ematch yacc files X-Git-Url: https://rtime.felk.cvut.cz/gitweb/lisovros/iproute2_canprio.git/commitdiff_plain/93ba481acbbdfbbc5de2bf181c9cfe5549d66cdd cleanup ematch yacc files make clean needs to remove all the yacc output files for ematch. --- diff --git a/tc/Makefile b/tc/Makefile index b2ca165..00abb7f 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