[llvm-commits] CVS: llvm-test/MultiSource/Applications/siod/Makefile
Reid Spencer
reid at x10sys.com
Sat Jan 15 19:16:33 PST 2005
Changes in directory llvm-test/MultiSource/Applications/siod:
Makefile updated: 1.6 -> 1.7
---
Log message:
BUILD_* -> PROJ_* for consistency with LLVM Makefile System.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/MultiSource/Applications/siod/Makefile
diff -u llvm-test/MultiSource/Applications/siod/Makefile:1.6 llvm-test/MultiSource/Applications/siod/Makefile:1.7
--- llvm-test/MultiSource/Applications/siod/Makefile:1.6 Wed Sep 1 09:33:20 2004
+++ llvm-test/MultiSource/Applications/siod/Makefile Sat Jan 15 21:16:10 2005
@@ -3,7 +3,7 @@
CPPFLAGS = -D__USE_MISC -D__USE_GNU -D__USE_SVID -D__USE_XOPEN_EXTENDED -D__USE_XOPEN -Dunix
LDFLAGS = -lm $(TOOLLINKOPTS)
-RUN_OPTIONS = -v1 $(BUILD_SRC_DIR)/test.scm
+RUN_OPTIONS = -v1 $(PROJ_SRC_DIR)/test.scm
include ../../Makefile.multisrc
More information about the llvm-commits
mailing list