[llvm-commits] CVS: llvm/utils/TableGen/Makefile
Reid Spencer
reid at x10sys.com
Sat Oct 30 02:19:48 PDT 2004
Changes in directory llvm/utils/TableGen:
Makefile updated: 1.14 -> 1.15
---
Log message:
Internalize variable names to prevent recursive assignment. Cleanup docs.
---
Diffs of the changes: (+2 -2)
Index: llvm/utils/TableGen/Makefile
diff -u llvm/utils/TableGen/Makefile:1.14 llvm/utils/TableGen/Makefile:1.15
--- llvm/utils/TableGen/Makefile:1.14 Wed Oct 27 18:18:45 2004
+++ llvm/utils/TableGen/Makefile Sat Oct 30 04:19:36 2004
@@ -20,5 +20,5 @@
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
More information about the llvm-commits
mailing list