From: John Criswell Date: Mon, 29 Sep 2003 14:49:09 +0000 (+0000) Subject: Updating Makefiles for new location in llvm/support. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=876b9aa21d6b4fb8497d423754c7b1067f8e22d0;p=oota-llvm.git Updating Makefiles for new location in llvm/support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8732 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/support/Makefile b/support/Makefile new file mode 100644 index 00000000000..ba074f506c2 --- /dev/null +++ b/support/Makefile @@ -0,0 +1,6 @@ +LEVEL = .. + +DIRS = lib tools + +include $(LEVEL)/Makefile.common +