[llvm-commits] CVS: llvm-test/MultiSource/Applications/hexxagon/Makefile
Reid Spencer
reid at x10sys.com
Sat Jan 15 19:16:32 PST 2005
Changes in directory llvm-test/MultiSource/Applications/hexxagon:
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/Applications/hexxagon/Makefile
diff -u llvm-test/MultiSource/Applications/hexxagon/Makefile:1.2 llvm-test/MultiSource/Applications/hexxagon/Makefile:1.3
--- llvm-test/MultiSource/Applications/hexxagon/Makefile:1.2 Fri Sep 10 15:56:20 2004
+++ llvm-test/MultiSource/Applications/hexxagon/Makefile Sat Jan 15 21:16:10 2005
@@ -3,5 +3,5 @@
REQUIRES_EH_SUPPORT = 1
LDFLAGS += -lstdc++ -ltermcap
LIBS += -lstdc++ -ltermcap
-STDIN_FILENAME=$(BUILD_SRC_DIR)/input
+STDIN_FILENAME=$(PROJ_SRC_DIR)/input
include ../../Makefile.multisrc
More information about the llvm-commits
mailing list