[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/bison/Makefile

Reid Spencer reid at x10sys.com
Sat Jan 15 19:16:32 PST 2005



Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/bison:

Makefile updated: 1.2 -> 1.3
---
Log message:

BUILD_* -> PROJ_* for consistency with LLVM Makefile System.


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

Index: llvm-test/MultiSource/Benchmarks/Prolangs-C/bison/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Prolangs-C/bison/Makefile:1.2 llvm-test/MultiSource/Benchmarks/Prolangs-C/bison/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/Prolangs-C/bison/Makefile:1.2	Tue Oct  5 13:37:45 2004
+++ llvm-test/MultiSource/Benchmarks/Prolangs-C/bison/Makefile	Sat Jan 15 21:16:10 2005
@@ -1,6 +1,6 @@
 LEVEL = ../../../..
 
 PROG = mybison
-RUN_OPTIONS = $(BUILD_SRC_DIR)/parse.y.in -v
+RUN_OPTIONS = $(PROJ_SRC_DIR)/parse.y.in -v
 include $(LEVEL)/MultiSource/Makefile.multisrc
 






More information about the llvm-commits mailing list