[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/d/Makefile

John Criswell criswell at cs.uiuc.edu
Wed Feb 4 17:08:03 PST 2004


Changes in directory llvm/test/Programs/MultiSource/Applications/d:

Makefile updated: 1.1 -> 1.2

---
Log message:

Added missing source file.



---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Programs/MultiSource/Applications/d/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/d/Makefile:1.1 llvm/test/Programs/MultiSource/Applications/d/Makefile:1.2
--- llvm/test/Programs/MultiSource/Applications/d/Makefile:1.1	Thu Jan  1 10:50:35 2004
+++ llvm/test/Programs/MultiSource/Applications/d/Makefile	Wed Feb  4 17:07:03 2004
@@ -1,6 +1,6 @@
 LEVEL = ../../../../..
 PROG = make_dparser
-Sources=make_dparser.c write_ctables.c gram.c lex.c lr.c arg.c parse.c scan.c symtab.c util.c
+Sources=make_dparser.c write_ctables.c gram.c lex.c lr.c arg.c parse.c scan.c symtab.c util.c grammar.g.c
 CPPFLAGS =  -DD_BUILD_VERSION=5725
 RUN_OPTIONS="-v $(BUILD_SRC_DIR)/grammar.g"
 include ../../Makefile.multisrc





More information about the llvm-commits mailing list