X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMakefile.tests;h=90e9f2c70574dc9c668819bf47b4e13ab4310438;hb=af064aeee607b8a69ce5b9d50482431b753b16e1;hp=c597de47fabb86e7f6745104d5026b4eb697fb61;hpb=6a901ecb6f912f54196c29a8e1757ed598faea53;p=oota-llvm.git diff --git a/test/Makefile.tests b/test/Makefile.tests index c597de47fab..90e9f2c7057 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -37,9 +37,8 @@ endif LCCFLAGS += -O2 -Wall LCXXFLAGS += -O2 -Wall LLCFLAGS = -FAILURE = $(LLVM_SRC_ROOT)/test/Failure.sh TESTRUNR = @echo Running test: $<; \ - PATH=$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \ + PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \ $(LLVM_SRC_ROOT)/test/TestRunner.sh LLCLIBS := $(LLCLIBS) -lm @@ -70,7 +69,7 @@ Output/%.bc: Output/%.ll $(LGCCAS) # LLVM source, use the non-transforming assembler. # Output/%.bc: %.ll $(LLVMAS) Output/.dir - -$(LLVMAS) -f $< -o $@ + -$(LLVMAS) $< -o $@ ## Cancel built-in implicit rules that override above rules %: %.s