From 4fcfc12daba974047f7c352c30d0d5c4f67e87a6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 24 Dec 2002 00:44:26 +0000 Subject: [PATCH] Don't try to buidl jello git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5135 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 095395b5e35..10aff58ac66 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,12 +3,12 @@ PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint include $(LEVEL)/Makefile.common -ifeq ($(ARCH),x86) +#ifeq ($(ARCH),x86) # Only build jello when we are on X86 -all :: jello/.makeall -install :: jello/.makeinstall -clean :: jello/.makeclean -endif +#all :: jello/.makeall +#install :: jello/.makeinstall +#clean :: jello/.makeclean +#endif