From 11b2dbd5f865c254c220a6355a4f436aad802337 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 16 Oct 2003 20:38:16 +0000 Subject: [PATCH] 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 --- utils/TableGen/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index 89a956d9dde..b344c63a98b 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 # -- 2.34.1