[llvm-commits] CVS:	llvm-test/MultiSource/Benchmarks/MiBench/network-patricia/Makefile
    Jeff Cohen 
    jeffc at jolt-lang.org
       
    Thu Mar 29 17:59:16 PDT 2007
    
    
  
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/network-patricia:
Makefile updated: 1.1 -> 1.2
---
Log message:
Fix for src != obj.
---
Diffs of the changes:  (+1 -1)
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/MiBench/network-patricia/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/network-patricia/Makefile:1.1 llvm-test/MultiSource/Benchmarks/MiBench/network-patricia/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/network-patricia/Makefile:1.1	Tue Jan  9 17:57:18 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/network-patricia/Makefile	Thu Mar 29 19:58:59 2007
@@ -2,5 +2,5 @@
 
 PROG     = network-patricia
 LDFLAGS  = -lm
-RUN_OPTIONS = large.udp
+RUN_OPTIONS = $(PROJ_SRC_DIR)/large.udp
 include $(LEVEL)/MultiSource/Makefile.multisrc
    
    
More information about the llvm-commits
mailing list