summaryrefslogtreecommitdiff
path: root/utils/fpcmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/fpcmp/Makefile')
-rw-r--r--utils/fpcmp/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile
deleted file mode 100644
index 81db3b9c3f6..00000000000
--- a/utils/fpcmp/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- utils/fpcmp/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 = fpcmp
-USEDLIBS = LLVMSupport.a
-NO_INSTALL = 1
-
-include $(LEVEL)/Makefile.common
-