From: Chris Lattner Date: Thu, 28 Mar 2002 18:21:31 +0000 (+0000) Subject: Add subdirs to makefile X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=846f1c3c1340303bfb3fd5d4e944446279ddd8df;p=oota-llvm.git Add subdirs to makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2017 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 9529028c1ab..19249ed20cf 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -1,3 +1,3 @@ LEVEL = ../../.. -DIRS = LevelRaise +DIRS = LevelRaise DecomposeMultiDimRefs Mem2Reg include $(LEVEL)/Makefile.common