[llvm-commits] CVS: llvm-test/MultiSource/Applications/d/Makefile
Reid Spencer
reid at x10sys.com
Sat Jan 15 19:16:32 PST 2005
Changes in directory llvm-test/MultiSource/Applications/d:
Makefile updated: 1.3 -> 1.4
---
Log message:
BUILD_* -> PROJ_* for consistency with LLVM Makefile System.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/MultiSource/Applications/d/Makefile
diff -u llvm-test/MultiSource/Applications/d/Makefile:1.3 llvm-test/MultiSource/Applications/d/Makefile:1.4
--- llvm-test/MultiSource/Applications/d/Makefile:1.3 Wed Sep 1 09:33:20 2004
+++ llvm-test/MultiSource/Applications/d/Makefile Sat Jan 15 21:16:09 2005
@@ -2,5 +2,5 @@
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 grammar.g.c
CPPFLAGS = -DD_BUILD_VERSION=5725
-RUN_OPTIONS="-v $(BUILD_SRC_DIR)/grammar.g"
+RUN_OPTIONS="-v $(PROJ_SRC_DIR)/grammar.g"
include ../../Makefile.multisrc
More information about the llvm-commits
mailing list