diff options
author | Marshall Clow <mclow@qualcomm.com> | 2012-06-22 18:12:28 +0000 |
---|---|---|
committer | Marshall Clow <mclow@qualcomm.com> | 2012-06-22 18:12:28 +0000 |
commit | a6d98b8b6cbde389e9b2bfe1dcbbcf07bcca6232 (patch) | |
tree | de78a554d437ea7c268f387b40127746d6cc42d1 /utils/Makefile | |
parent | e6d21144054c7b7e0445307f58f703b08d189d75 (diff) |
Reverting makefile change wile I figure out what the heck happened
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159017 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 c99e4bf8ba..ecb30bed7c 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -9,7 +9,7 @@ LEVEL = .. PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \ - count fpcmp llvm-lit not obj2yaml unittest + count fpcmp llvm-lit not unittest EXTRA_DIST := check-each-file codegen-diff countloc.sh \ DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \ |