Fix makefile to work.

llvm-svn: 3203
This commit is contained in:
Chris Lattner 2002-08-01 20:50:54 +00:00
parent 2fdcb4b7b6
commit 96164edcfb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
TESTS := $(wildcard *.ll) $(wildcard *.c)
all:: $(addprefix Output/, $(TESTS:%.ll=%.ts))
all:: $(addprefix Output/, $(filter-out %.c, $(TESTS:%.ll=%.ts)))
Output/%.ts: Output/%.bc $(LLC) Output/.dir
@echo "======== Compiling $< =========="