aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/add-another-missing-file-to-clean-target.patch
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:41:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:41:48 -0700
commit61d5dc2242764297de6cdd655d0d6f6339746afa (patch)
tree74716bd48bc8840a49d55df25627a7f83ac0c3e4 /patches/add-another-missing-file-to-clean-target.patch
downloadzxcvbn-c-61d5dc2242764297de6cdd655d0d6f6339746afa.tar.gz
Import zxcvbn-c_0.20160925-1.debian.tar.xz
[dgit import tarball zxcvbn-c 0.20160925-1 zxcvbn-c_0.20160925-1.debian.tar.xz]
Diffstat (limited to 'patches/add-another-missing-file-to-clean-target.patch')
-rw-r--r--patches/add-another-missing-file-to-clean-target.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/add-another-missing-file-to-clean-target.patch b/patches/add-another-missing-file-to-clean-target.patch
new file mode 100644
index 0000000..398a0be
--- /dev/null
+++ b/patches/add-another-missing-file-to-clean-target.patch
@@ -0,0 +1,22 @@
+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