From: Brian Gaeke Date: Thu, 20 Nov 2003 19:57:17 +0000 (+0000) Subject: Blow away compiled versions of qmtest classes on 'make clean'. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=34d25f13030894939f627da000a807091b107a15;p=oota-llvm.git Blow away compiled versions of qmtest classes on 'make clean'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10119 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 163d5b3fd7f..5a9a7f0366b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -99,4 +99,6 @@ gui:: clean:: $(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp + $(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \ + $(LLVM_OBJ_ROOT)/test/QMTest/*.pyo