diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-05 20:00:35 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-05 20:00:35 +0000 |
commit | 3455b32b3e795ea27a31b6cb1c225812515e3e2c (patch) | |
tree | 18c62fdf2bb69395ac1224cfcd2ec78b51affb59 /utils/Makefile | |
parent | 0e5dc8aacb548d51b0ca9035a7d449a8e5862dd2 (diff) |
Move yaml2obj to tools too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178904 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 7a3c17d032..ecb30bed7c 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -9,7 +9,7 @@ LEVEL = .. PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \ - count fpcmp llvm-lit not unittest yaml2obj + count fpcmp llvm-lit not unittest EXTRA_DIST := check-each-file codegen-diff countloc.sh \ DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \ |