[llvm-commits] CVS: llvm/utils/TableGen/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Jun 30 17:04:34 PDT 2003


Changes in directory llvm/utils/TableGen:

Makefile updated: 1.4 -> 1.5

---
Log message:

Merged in autoconf branch.  This provides configuration via the autoconf
system.


---
Diffs of the changes:

Index: llvm/utils/TableGen/Makefile
diff -u llvm/utils/TableGen/Makefile:1.4 llvm/utils/TableGen/Makefile:1.5
--- llvm/utils/TableGen/Makefile:1.4	Tue Dec  3 00:00:11 2002
+++ llvm/utils/TableGen/Makefile	Mon Jun 30 16:59:05 2003
@@ -6,6 +6,13 @@
 
 include $(LEVEL)/Makefile.common
 
+#
+# Make the source file depend on the header file.  In this way, dependencies
+# (which depend on the source file) won't get generated until bison is done
+# generating the C source and header files for the parser.
+#
+FileLexer.cpp: FileParser.h
+
 clean::
 	-rm -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp
 	-rm -f FileParser.output





More information about the llvm-commits mailing list