summaryrefslogtreecommitdiff
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 08:20:57 -0700
commite67c117265c7d8718b001b0c814f1ee1d638c09e (patch)
treebbe349fa53b7af0df04fcc6d05138da857469916
parent2b192bad4f1f9d8292d7d01c6aad37f9e02887e1 (diff)
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 6223330..5e8ea98 100644
--- a/makefile
+++ b/makefile
@@ -45,7 +45,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