diff options
author | John Criswell <criswell@uiuc.edu> | 2003-09-29 14:52:53 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-09-29 14:52:53 +0000 |
commit | bc7039c0cdfa583fc8a7223a86d231fd88c5d337 (patch) | |
tree | 2674b6fe8b6b9a98616e5f0e5b90fd560528350f /utils/Makefile | |
parent | 4e0797835fbcbd06290140b698a5eb8b5b6e2188 (diff) |
Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile deleted file mode 100644 index a0e9427452..0000000000 --- a/utils/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -LEVEL = .. -DIRS = Burg TableGen - -include $(LEVEL)/Makefile.common |