]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Add ematch cleanup
authorshemminger <shemminger>
Thu, 23 Jun 2005 17:23:53 +0000 (17:23 +0000)
committershemminger <shemminger>
Thu, 23 Jun 2005 17:23:53 +0000 (17:23 +0000)
Makefile
tc/Makefile

index b98f12cc32cd5e81fb5e4afc83dfd025d361f34e..54c2a635c035c9471fd800d6244489ee2663a043 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,6 @@ clean:
 clobber: clean
        rm -f Config
 
-distclean: clean clobber
+distclean: clobber
 
 .EXPORT_ALL_VARIABLES:
index d735af0380d0e1296ddcee25c209300c5d0347ce..739f5d125c1ba7e994ff3a38243b47bb52902dc5 100644 (file)
@@ -73,7 +73,8 @@ install: all
        done
 
 clean:
-       rm -f $(TCOBJ) $(TCLIB) libtc.a tc *.so
+       rm -f $(TCOBJ) $(TCLIB) libtc.a tc *.so emp_ematch.yacc.h; \
+       rm -f emp_ematch.yacc.output
 
 q_atm.so: q_atm.c
        $(CC) $(CFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm