From fd9c5de425a3343491172bc0943faa732c20f49d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 12 May 2003 22:25:24 +0000 Subject: [PATCH] New file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6156 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Analysis/Makefile diff --git a/test/Analysis/Makefile b/test/Analysis/Makefile new file mode 100644 index 00000000000..596da6b9e74 --- /dev/null +++ b/test/Analysis/Makefile @@ -0,0 +1,5 @@ +# test/Regression/Analysis/Makefile + +LEVEL = ../../.. +DIRS = Dominators +include $(LEVEL)/Makefile.common