Don't try to buidl jello

llvm-svn: 5135
This commit is contained in:
Chris Lattner 2002-12-24 00:44:26 +00:00
parent 5aa5663353
commit c94e5eeae8
1 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,12 @@ PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common
ifeq ($(ARCH),x86) #ifeq ($(ARCH),x86)
# Only build jello when we are on X86 # Only build jello when we are on X86
all :: jello/.makeall #all :: jello/.makeall
install :: jello/.makeinstall #install :: jello/.makeinstall
clean :: jello/.makeclean #clean :: jello/.makeclean
endif #endif