From 870c1af326f405c23e8d3ae84c2548b5d049077e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 29 Sep 2003 15:58:16 +0000 Subject: [PATCH] Initial checkin of makefile for this directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8737 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/lib/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 support/lib/Makefile diff --git a/support/lib/Makefile b/support/lib/Makefile new file mode 100644 index 00000000000..f5446d31f6a --- /dev/null +++ b/support/lib/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../.. + +DIRS = Support + +include $(LEVEL)/Makefile.common + -- 2.34.1