diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-30 09:19:36 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-30 09:19:36 +0000 |
commit | cc2d1e25f37d0d00c7f7f3ec562be61bc34e54ca (patch) | |
tree | 0ce5dd37251c7723bad243a23d047058cb65afaa /utils/TableGen/Makefile | |
parent | f1bd4b4215a838c5ff0f3c68600d012d2cdebfa7 (diff) |
Internalize variable names to prevent recursive assignment. Cleanup docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/Makefile')
-rw-r--r-- | utils/TableGen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index aad4c8d70e..2bb9766f55 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -20,5 +20,5 @@ include $(LEVEL)/Makefile.common FileLexer.cpp: FileParser.h clean:: - $(VERB) $(RM) -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp - $(VERB) $(RM) -f FileParser.output + $(Verb) $(RM) -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp + $(Verb) $(RM) -f FileParser.output |