aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortsyrogit <tsyrogit@users.noreply.github.com>2018-09-22 13:31:10 +0100
committerGitHub <noreply@github.com>2018-09-22 13:31:10 +0100
commit5d7ef7c537b0ae8bf8c8696ea4241cf29a572853 (patch)
tree31caabe25b773613f579c04f21af835c4044c0d3
parent61aa203a18f1b90c65e8f90cabf66651b4c320ac (diff)
parent475ef3a1dc4039639a9f2694c870338549c1fd40 (diff)
downloadzxcvbn-c-5d7ef7c537b0ae8bf8c8696ea4241cf29a572853.tar.gz
Merge pull request #23 from spwhitton/fix-makefile-dep
Fix a parallel FTBFS caused by a missing makefile dependency
-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