From: Chris Lattner Date: Thu, 1 Aug 2002 20:50:54 +0000 (+0000) Subject: Fix makefile to work. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=51ed58d8af9dab6f8390c8e4251309070f4a756a;p=oota-llvm.git Fix makefile to work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3203 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/LLC/Makefile b/test/LLC/Makefile index 2a3421eb379..0aecc830901 100644 --- a/test/LLC/Makefile +++ b/test/LLC/Makefile @@ -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 $< =========="