aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@debian.org>2018-09-09 08:20:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-09-09 17:14:30 -0700
commit475ef3a1dc4039639a9f2694c870338549c1fd40 (patch)
tree31caabe25b773613f579c04f21af835c4044c0d3
parent61aa203a18f1b90c65e8f90cabf66651b4c320ac (diff)
downloadzxcvbn-c-475ef3a1dc4039639a9f2694c870338549c1fd40.tar.gz
Fix a parallel FTBFS caused by a missing makefile dependency
Gbp-Pq: Name parallel.patch
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5076c6c..11ebe28 100644
--- a/makefile
+++ b/makefile
@@ -44,7 +44,7 @@ test-inline: test.c zxcvbn-inline.o
$(CC) $(CPPFLAGS) $(CFLAGS) \
-o test-inline test.c zxcvbn-inline.o $(LDFLAGS) -lm
-test-internals: test-internals.c zxcvbn.c dict-crc.h zxcvbn.h
+test-internals: test-internals.c zxcvbn.c dict-src.h dict-crc.h zxcvbn.h
$(CC) $(CPPFLAGS) $(CFLAGS) \
-o test-internals test-internals.c $(LDFLAGS) -lm