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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Feb 4 15:41:02 PST 2004


Changes in directory llvm/runtime:

Makefile updated: 1.12 -> 1.13

---
Log message:

Clean out DESTLIBBYTECODE when making clean in runtime.

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

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.12 llvm/runtime/Makefile:1.13
--- llvm/runtime/Makefile:1.12	Fri Jan 16 15:13:10 2004
+++ llvm/runtime/Makefile	Wed Feb  4 15:40:49 2004
@@ -30,3 +30,5 @@
 install::
 
 clean::
+	rm -f $(DESTLIBBYTECODE)/*
+





More information about the llvm-commits mailing list