remove artefact

This commit is contained in:
Sylvestre Ledru 2014-02-12 15:53:55 +00:00
parent d3d9059c38
commit bff3157b5c

View File

@ -1,49 +0,0 @@
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
--