Index: testcases/ballista/ballista/Makefile
===================================================================
RCS file: /cvsroot/ltp/ltp/testcases/ballista/ballista/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- testcases/ballista/ballista/Makefile	26 Feb 2009 06:29:42 -0000	1.5
+++ testcases/ballista/ballista/Makefile	6 Jul 2009 22:43:46 -0000
@@ -115,9 +115,8 @@
 pause_harness : pause_harness.cpp ${OBJS}
 	${CC} -Itemplates ${CFLAGS} pause_harness.cpp ${OBJS} -o pause_harness 
 
-
 # clean up everything that we build
 clean :
 	$(MAKE) -C templates clean
-	rm -f *.o ballista callGen callGen_standAlone genCodeCreator replacer testmarshal
-
+	$(RM) -f *.o *.out ballista blexer bparser callGen callGen_standAlone \
+	            genCodeCreator replacer testmarshal
