From 87773db55113fa9b7a24a80f959640b53ff2cb92 Mon Sep 17 00:00:00 2001 From: shemminger Date: Thu, 23 Jun 2005 17:23:53 +0000 Subject: [PATCH] Add ematch cleanup --- Makefile | 2 +- tc/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b98f12cc..54c2a635 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,6 @@ clean: clobber: clean rm -f Config -distclean: clean clobber +distclean: clobber .EXPORT_ALL_VARIABLES: diff --git a/tc/Makefile b/tc/Makefile index d735af03..739f5d12 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -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