[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile.spec
Chris Lattner
lattner at cs.uiuc.edu
Fri Mar 5 11:17:25 PST 2004
Changes in directory llvm/test/Programs/External/SPEC:
Makefile.spec updated: 1.28 -> 1.29
---
Log message:
Temporary hack
---
Diffs of the changes: (+2 -0)
Index: llvm/test/Programs/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.28 llvm/test/Programs/External/SPEC/Makefile.spec:1.29
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.28 Fri Feb 27 13:59:38 2004
+++ llvm/test/Programs/External/SPEC/Makefile.spec Fri Mar 5 11:13:49 2004
@@ -24,7 +24,9 @@
BENCH_NAME := $(patsubst /%,%,$(BENCH_NAME))
SPEC_SUBDIR := $(patsubst /%,%,$(SPEC_SUBDIR))
+ifndef SPEC_BENCH_DIR
SPEC_BENCH_DIR := $(SPEC_ROOT)/$(SPEC_SUBDIR)
+endif
PROG := $(BENCH_NAME)
ifndef Source
More information about the llvm-commits
mailing list