Dont' stop the build

llvm-svn: 5412
This commit is contained in:
Chris Lattner 2003-01-23 16:51:47 +00:00
parent d622cb8e9d
commit 80c608f4ce
1 changed files with 2 additions and 2 deletions

View 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) $@ )