From 894e83010014ac3f3a59a8e5362fa454e37994b3 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 27 Aug 2002 22:46:38 +0000 Subject: [PATCH] Makefile for new sub directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3518 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Mapping/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/CodeGen/Mapping/Makefile diff --git a/lib/CodeGen/Mapping/Makefile b/lib/CodeGen/Mapping/Makefile new file mode 100644 index 00000000000..de7c4f141bd --- /dev/null +++ b/lib/CodeGen/Mapping/Makefile @@ -0,0 +1,4 @@ +LEVEL = ../../.. + +LIBRARYNAME = mapping +include $(LEVEL)/Makefile.common