aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Support/bzip2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/Support/bzip2/Makefile b/lib/Support/bzip2/Makefile
index 056476d..23bcb15 100644
--- a/lib/Support/bzip2/Makefile
+++ b/lib/Support/bzip2/Makefile
@@ -8,9 +8,11 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMbzip2
-SOURCES= blocksort.c bzlib.c
-SOURCES=blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c \
- bzlib.c
+SOURCES = blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c \
+ bzlib.c
+EXTRA_DIST = bzlib.h bzlib_private.h CHANGES LICENSE README \
+ README.COMPILATION.PROBLEMS Y2K_INFO
+
CFLAGS=-fno-strength-reduce
include $(LEVEL)/Makefile.common