From 744a7db6e932c6ceb8cf9f269d4d493eec78f50a Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 30 Jun 2004 23:45:48 -0700 Subject: [PATCH] gcclass dep problem darcs-hash:20040701064548-24bed-b508c198575539afd83f8a5312a6a6081bb39cf5.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40a58dc..d2a9014 100644 --- a/Makefile +++ b/Makefile @@ -399,7 +399,7 @@ ntlmtest: build/tests/NtlmAuth.class @test -e smb.conf || cp upstream/build/samba/examples/smb.conf.default smb.conf $(JAVA) -cp "$(classpath)" tests.NtlmAuth --username=brian --password=test --diagnostics -d 5 -ntlmauth.jar: build/tests/NtlmAuth.class +ntlmauth.jar: build/tests/NtlmAuth.class $(tasks)/build_darcs_gcclass mkdir -p tmp/pruned rm -rf tmp/pruned/* java -cp \ -- 1.7.10.4