[llvm-commits] CVS: llvm/tools/Makefile

Chris Lattner lattner at cs.uiuc.edu
Wed May 14 16:32:01 PDT 2003


Changes in directory llvm/tools:

Makefile updated: 1.18 -> 1.19

---
Log message:

Get rid of really old makefile cruft


---
Diffs of the changes:

Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.18 llvm/tools/Makefile:1.19
--- llvm/tools/Makefile:1.18	Mon Dec 23 18:44:26 2002
+++ llvm/tools/Makefile	Wed May 14 16:31:31 2003
@@ -3,12 +3,3 @@
 
 include $(LEVEL)/Makefile.common
 
-#ifeq ($(ARCH),x86)
-# Only build jello when we are on X86
-#all     :: jello/.makeall
-#install :: jello/.makeinstall
-#clean   :: jello/.makeclean
-#endif
-
-
-





More information about the llvm-commits mailing list