aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/patches/add-another-missing-file-to-clean-target.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/add-another-missing-file-to-clean-target.patch')
-rw-r--r--debian/patches/add-another-missing-file-to-clean-target.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/add-another-missing-file-to-clean-target.patch b/debian/patches/add-another-missing-file-to-clean-target.patch
deleted file mode 100644
index 398a0be..0000000
--- a/debian/patches/add-another-missing-file-to-clean-target.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Sean Whitton <spwhitton@spwhitton.name>
-Date: Wed, 28 Sep 2016 09:15:07 -0700
-Subject: add another missing file to clean target
-
-Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/9
----
- makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/makefile b/makefile
-index 2cf5c9e..adf3c9b 100644
---- a/makefile
-+++ b/makefile
-@@ -84,7 +84,7 @@ test: test-file test-inline test-c++inline test-c++file test-shlib test-statlib
-
- clean:
- rm -f test-file zxcvbn-file.o test-c++file zxcvbn-c++file.o
-- rm -f test-inline zxcvbn-inline.o test-c++inline zxcvbn-c++inline.o
-+ rm -f test-inline zxcvbn-inline.o zxcvbn-inline-pic.o test-c++inline zxcvbn-c++inline.o
- rm -f dict-*.h zxcvbn.dict zxcvbn.cpp test.cpp
- rm -f dictgen
- rm -f ${TARGET_LIB} ${SONAME} libzxcvbn.so test-shlib libzxcvbn.a test-statlib