Fix makefile to work.
authorChris Lattner <sabre@nondot.org>
Thu, 1 Aug 2002 20:50:54 +0000 (20:50 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Aug 2002 20:50:54 +0000 (20:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3203 91177308-0d34-0410-b5e6-96231b3b80d8

test/LLC/Makefile

index 2a3421eb379f93aa3d52a72f54719eb73f2ba794..0aecc83090161f48b77d689dbc1d8dd8d81a466e 100644 (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 $< =========="