diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-16 20:38:16 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-16 20:38:16 +0000 |
commit | 11b2dbd5f865c254c220a6355a4f436aad802337 (patch) | |
tree | 715b9c90cbbb6a3d708d4d1bbb086dfdd7f437f9 /utils/TableGen/Makefile | |
parent | 589d91fa72b2567ed89e4e41642f437e63cf2305 (diff) | |
download | external_llvm-11b2dbd5f865c254c220a6355a4f436aad802337.zip external_llvm-11b2dbd5f865c254c220a6355a4f436aad802337.tar.gz external_llvm-11b2dbd5f865c254c220a6355a4f436aad802337.tar.bz2 |
Removed the .PRECIOUS of Lex and Yacc output files.
They are already marked precious in llvm/Makefile.rules, and removing
this line seems to fix the Makefile so that the Yacc output is placed
into the object tree and not the source tree.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9179 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/Makefile')
-rw-r--r-- | utils/TableGen/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index 89a956d..b344c63 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -2,8 +2,6 @@ LEVEL = ../.. TOOLNAME = tblgen USEDLIBS = support.a -.PRECIOUS: FileLexer.cpp FileParser.cpp - include $(LEVEL)/Makefile.common # |