[llvm-commits] CVS: llvm-test/MultiSource/Applications/lambda-0.1.3/Makefile

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



Changes in directory llvm-test/MultiSource/Applications/lambda-0.1.3:

Makefile updated: 1.5 -> 1.6
---
Log message:

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


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

Index: llvm-test/MultiSource/Applications/lambda-0.1.3/Makefile
diff -u llvm-test/MultiSource/Applications/lambda-0.1.3/Makefile:1.5 llvm-test/MultiSource/Applications/lambda-0.1.3/Makefile:1.6
--- llvm-test/MultiSource/Applications/lambda-0.1.3/Makefile:1.5	Wed Sep  1 09:33:20 2004
+++ llvm-test/MultiSource/Applications/lambda-0.1.3/Makefile	Sat Jan 15 21:16:10 2005
@@ -2,5 +2,5 @@
 PROG = lambda
 LDFLAGS += -lstdc++
 LIBS += -lstdc++
-STDIN_FILENAME=$(BUILD_SRC_DIR)/input
+STDIN_FILENAME=$(PROJ_SRC_DIR)/input
 include ../../Makefile.multisrc






More information about the llvm-commits mailing list