From bff3157b5c0e0c8f52dd9ff7c8545224831c50fb Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 12 Feb 2014 15:53:55 +0000 Subject: [PATCH] remove artefact --- .../patches/0007-install-dejagnu-files.patch | 49 ------------------- 1 file changed, 49 deletions(-) delete mode 100644 debian/patches/0007-install-dejagnu-files.patch diff --git a/debian/patches/0007-install-dejagnu-files.patch b/debian/patches/0007-install-dejagnu-files.patch deleted file mode 100644 index 416c7c21..00000000 --- a/debian/patches/0007-install-dejagnu-files.patch +++ /dev/null @@ -1,49 +0,0 @@ -From: LLVM Packaging Team -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 - ---