[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 6 16:46:15 PDT 2004



Changes in directory llvm-test/External/SPEC:

Makefile.spec updated: 1.38 -> 1.39
---
Log message:

Sandbox.sh lies in source dir only, so use $(PROGDIR) instead of $(LEVEL)


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

Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.38 llvm-test/External/SPEC/Makefile.spec:1.39
--- llvm-test/External/SPEC/Makefile.spec:1.38	Mon Sep  6 18:21:40 2004
+++ llvm-test/External/SPEC/Makefile.spec	Mon Sep  6 18:46:05 2004
@@ -45,7 +45,7 @@
 LCXXFLAGS := -O3
 
 CPPFLAGS += -I $(SPEC_BENCH_DIR)/src/
-SPEC_SANDBOX := $(LEVEL)/External/SPEC/Sandbox.sh
+SPEC_SANDBOX := $(PROGDIR)/External/SPEC/Sandbox.sh
 
 # Information about testing the program...
 REF_IN_DIR  := $(SPEC_BENCH_DIR)/data/$(RUN_TYPE)/input/






More information about the llvm-commits mailing list