From 259e71f307bf26151556ca275f1f94bded32caa1 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 21 Feb 2011 23:39:10 +0100 Subject: [PATCH] CrackEngine.h pulls in ChainWalkSet.h through transitive dependencies, so RainbowCrack.o also needs a dep on it. --- Client Applications/rcracki_mt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client Applications/rcracki_mt/Makefile b/Client Applications/rcracki_mt/Makefile index 99dd495..7f91478 100644 --- a/Client Applications/rcracki_mt/Makefile +++ b/Client Applications/rcracki_mt/Makefile @@ -148,7 +148,7 @@ MemoryPool.o: MemoryPool.h MemoryPool.cpp Public.h global.h Public.o: Public.h Public.cpp global.h $(CC) $(CFLAGS) Public.cpp -RainbowCrack.o: RainbowCrack.cpp CrackEngine.h lm2ntlm.h +RainbowCrack.o: RainbowCrack.cpp CrackEngine.h lm2ntlm.h ChainWalkSet.h $(CC) $(CFLAGS) RainbowCrack.cpp rcrackiThread.o: rcrackiThread.h rcrackiThread.cpp ChainWalkContext.h Public.h HashSet.h -- 2.39.2