Reenable library now that the loopsimplify bug is fixed

llvm-svn: 12891
This commit is contained in:
Chris Lattner 2004-04-13 16:24:53 +00:00
parent 89e959bb1f
commit 34fba8eb00
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ LEVEL = ..
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 ::