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

Reid Spencer reid at x10sys.com
Sat Oct 23 01:01:38 PDT 2004



Changes in directory llvm/runtime:

Makefile updated: 1.21 -> 1.22
---
Log message:

Remove the clean target.


---
Diffs of the changes:  (+0 -4)

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.21 llvm/runtime/Makefile:1.22
--- llvm/runtime/Makefile:1.21	Wed Sep  8 15:30:26 2004
+++ llvm/runtime/Makefile	Sat Oct 23 03:01:27 2004
@@ -32,7 +32,3 @@
 # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
 #
 install::
-
-clean::
-	$(VERB) rm -f $(DESTLIBBYTECODE)/*
-






More information about the llvm-commits mailing list