[llvm-commits] CVS: llvm/runtime/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Apr 13 11:25:01 PDT 2004
Changes in directory llvm/runtime:
Makefile updated: 1.15 -> 1.16
---
Log message:
Reenable library now that the loopsimplify bug is fixed
---
Diffs of the changes: (+1 -1)
Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.15 llvm/runtime/Makefile:1.16
--- llvm/runtime/Makefile:1.15 Tue Apr 13 08:57:29 2004
+++ llvm/runtime/Makefile Tue Apr 13 11:24:53 2004
@@ -12,7 +12,7 @@
include $(LEVEL)/Makefile.config
ifneq ($(wildcard $(LLVMGCCDIR)),)
-PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace libpng
+PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace libpng zlib
else
PARALLEL_DIRS :=
install all ::
More information about the llvm-commits
mailing list