[llvm-commits] CVS: llvm/tools/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Dec 23 18:45:01 PST 2002
Changes in directory llvm/tools:
Makefile updated: 1.17 -> 1.18
---
Log message:
Don't try to buidl jello
---
Diffs of the changes:
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.17 llvm/tools/Makefile:1.18
--- llvm/tools/Makefile:1.17 Thu Dec 5 21:53:40 2002
+++ llvm/tools/Makefile Mon Dec 23 18:44:26 2002
@@ -3,12 +3,12 @@
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
More information about the llvm-commits
mailing list