When doing sext/zext of constants, the target type must be strictly
[oota-llvm.git] / lib / Archive / Makefile
index e8cc803c785399e06d4cb98b44fbee93d2ede541..da9780403a08fd1d74ea074e1cd623bf1abe6aaa 100644 (file)
@@ -1,17 +1,17 @@
-##===- lib/Bytecode/Archive/Makefile -----------------------*- Makefile -*-===##
-# 
+##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===##
+#
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Reid Spencer and is distributed under the 
-# University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../../..
+LEVEL = ../..
 LIBRARYNAME = LLVMArchive
 
-# We only want an archive so only those modules actually used by a tool are 
+# We only want an archive so only those modules actually used by a tool are
 # included.
-BUILD_ARCHIVE = 1
+BUILD_ARCHIVE := 1
 
 include $(LEVEL)/Makefile.common