Dont' stop the build
authorChris Lattner <sabre@nondot.org>
Thu, 23 Jan 2003 16:51:47 +0000 (16:51 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Jan 2003 16:51:47 +0000 (16:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5412 91177308-0d34-0410-b5e6-96231b3b80d8

test/CBackend/Makefile

index d3ce4435e80e719a909b5255d96d5fa9bd851f65..06e1bdeb6bf9b0e4e3c0cf1f535b59be1b951772 100644 (file)
@@ -15,9 +15,9 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.to))
 
 
 Output/%.to: Output/%.c
-       $(CC) -c $< -o $@ #|| \
+       $(CC) -c $< -o $@ || \
                (rm -f $@; $(FAILURE) $@ )
 
 Output/%.c: %.ll Output/.dir $(LAS) $(LDIS)
-       $(LAS) < $< | $(LDIS) -c > $@ #|| \
+       $(LAS) < $< | $(LDIS) -c > $@ || \
                (rm -f $@; $(FAILURE) $@ )