Skip to content

Commit 5d7ef7c

Browse files
authored
Merge pull request #23 from spwhitton/fix-makefile-dep
Fix a parallel FTBFS caused by a missing makefile dependency
2 parents 61aa203 + 475ef3a commit 5d7ef7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test-inline: test.c zxcvbn-inline.o
4444
$(CC) $(CPPFLAGS) $(CFLAGS) \
4545
-o test-inline test.c zxcvbn-inline.o $(LDFLAGS) -lm
4646

47-
test-internals: test-internals.c zxcvbn.c dict-crc.h zxcvbn.h
47+
test-internals: test-internals.c zxcvbn.c dict-src.h dict-crc.h zxcvbn.h
4848
$(CC) $(CPPFLAGS) $(CFLAGS) \
4949
-o test-internals test-internals.c $(LDFLAGS) -lm
5050

0 commit comments

Comments
 (0)