diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-08-27 22:46:38 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-08-27 22:46:38 +0000 |
commit | 894e83010014ac3f3a59a8e5362fa454e37994b3 (patch) | |
tree | 8c822a67db6f4bebde208d8e85d671144365aae9 | |
parent | 2caa9204b2e667297ad32615ec3363ce2c6b9d74 (diff) |
Makefile for new sub directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3518 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/Mapping/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/Mapping/Makefile b/lib/CodeGen/Mapping/Makefile new file mode 100644 index 0000000000..de7c4f141b --- /dev/null +++ b/lib/CodeGen/Mapping/Makefile @@ -0,0 +1,4 @@ +LEVEL = ../../.. + +LIBRARYNAME = mapping +include $(LEVEL)/Makefile.common |