[llvm-commits] [test-suite] r99460 - /test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile
Gabor Greif
ggreif at gmail.com
Wed Mar 24 17:33:57 PDT 2010
Author: ggreif
Date: Wed Mar 24 19:33:57 2010
New Revision: 99460
URL: http://llvm.org/viewvc/llvm-project?rev=99460&view=rev
Log:
backed out last change, broke nightlybot
Modified:
test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile?rev=99460&r1=99459&r2=99460&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile Wed Mar 24 19:33:57 2010
@@ -4,8 +4,8 @@
CPPFLAGS += -DNOASM -DLLVM
LDFLAGS = -lstdc++ -lm
ifdef SMALL_PROBLEM_SIZE
-RUN_OPTIONS = -1 $(PROJ_SRC_DIR)/file1.in
+RUN_OPTIONS = -1 file1.in
else
-RUN_OPTIONS = -4 $(PROJ_SRC_DIR)/file1.in
+RUN_OPTIONS = -4 file1.in
endif
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list