From 876b9aa21d6b4fb8497d423754c7b1067f8e22d0 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 29 Sep 2003 14:49:09 +0000 Subject: [PATCH] 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 --- support/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 support/Makefile 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 +