Index: lib/Target/JSBackend/Makefile |
diff --git a/lib/Target/JSBackend/Makefile b/lib/Target/JSBackend/Makefile |
deleted file mode 100644 |
index 8d8336bdbd4f70250b67065ec61beeb698727bf5..0000000000000000000000000000000000000000 |
--- a/lib/Target/JSBackend/Makefile |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-##===- lib/Target/JSBackend/Makefile --- ------------------*- Makefile -*-===## |
-# |
-# The LLVM Compiler Infrastructure |
-# |
-# This file is distributed under the University of Illinois Open Source |
-# License. See LICENSE.TXT for details. |
-# |
-##===---------------------------------------------------------------------===## |
- |
-LEVEL = ../../.. |
-LIBRARYNAME = LLVMJSBackendCodeGen |
-DIRS = MCTargetDesc TargetInfo |
- |
-include $(LEVEL)/Makefile.common |
- |
-CompileCommonOpts += -Wno-format |