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

Chris Lattner lattner at cs.uiuc.edu
Fri Jul 29 11:09:04 PDT 2005



Changes in directory llvm-test/MultiSource/Applications/spiff:

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

Allow this to find input files with SRCDIR != OBJDIR


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Applications/spiff/Makefile
diff -u llvm-test/MultiSource/Applications/spiff/Makefile:1.2 llvm-test/MultiSource/Applications/spiff/Makefile:1.3
--- llvm-test/MultiSource/Applications/spiff/Makefile:1.2	Wed Sep  1 09:33:20 2004
+++ llvm-test/MultiSource/Applications/spiff/Makefile	Fri Jul 29 13:08:48 2005
@@ -4,7 +4,7 @@
 CFLAGS   = 
 LDFLAGS  =
 
-RUN_OPTIONS = ./Sample.1 ./Sample.2
+RUN_OPTIONS = $(PROJ_SRC_DIR)/Sample.1 $(PROJ_SRC_DIR)/Sample.2
 #RUN_OPTIONS = ./Sample.3 ./Sample.4
 #RUN_OPTIONS = ./one ./two
 # you get the idea...






More information about the llvm-commits mailing list