In Thumb2, direct branches can be encoded as either a "short" conditional branch...
[oota-llvm.git] / utils / FileUpdate / Makefile
index 90fa6f02a28f998c52fae71ac8848672df24c717..1e6c0a838c27a585e8fe6d4321eaae44ba18f170 100644 (file)
@@ -1,18 +1,21 @@
 ##===- utils/FileUpdate/Makefile ---------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source
 # License. See LICENSE.TXT for details.
-# 
+#
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
 TOOLNAME = FileUpdate
-USEDLIBS = LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMSupport.a
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
+# Don't install this utility
+NO_INSTALL = 1
+
 include $(LEVEL)/Makefile.common