llvm-toolchain/debian/patches/0007-install-dejagnu-files.patch
Sylvestre Ledru c3eb489b0f * Fixed build directory for llvm-config
* Add Unittests for running tests for llvm-based projects
* Install FileCheck and not for testing
2014-02-11 14:51:01 +00:00

50 lines
1.2 KiB
Diff

From: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Date: Fri, 5 Apr 2013 17:32:20 +0200
Subject: install-dejagnu-files.patch
---
utils/FileCheck/Makefile | 2 +-
utils/count/Makefile | 2 +-
utils/not/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/utils/FileCheck/Makefile b/utils/FileCheck/Makefile
index 268b7bc..e7674f9 100644
--- a/utils/FileCheck/Makefile
+++ b/utils/FileCheck/Makefile
@@ -15,7 +15,7 @@ USEDLIBS = LLVMSupport.a
TOOL_NO_EXPORTS = 1
# Don't install this utility
-NO_INSTALL = 1
+#NO_INSTALL = 1
include $(LEVEL)/Makefile.common
diff --git a/utils/count/Makefile b/utils/count/Makefile
index 8de076a..41447d5 100644
--- a/utils/count/Makefile
+++ b/utils/count/Makefile
@@ -15,6 +15,6 @@ USEDLIBS =
TOOL_NO_EXPORTS = 1
# Don't install this utility
-NO_INSTALL = 1
+# NO_INSTALL = 1
include $(LEVEL)/Makefile.common
diff --git a/utils/not/Makefile b/utils/not/Makefile
index f37f166..48e9286 100644
--- a/utils/not/Makefile
+++ b/utils/not/Makefile
@@ -15,7 +15,7 @@ USEDLIBS = LLVMSupport.a
TOOL_NO_EXPORTS = 1
# Don't install this utility
-NO_INSTALL = 1
+# NO_INSTALL = 1
include $(LEVEL)/Makefile.common
--