From 65756df49f23a57914cc71f4929373ac62682345 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 30 Jun 2004 23:53:20 -0700 Subject: [PATCH] remove bash dependency2 darcs-hash:20040701065320-24bed-302b682e9d75ae18b18c28d78abe79693231ce63.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7a0b0b..d0b20c4 100644 --- a/Makefile +++ b/Makefile @@ -407,7 +407,7 @@ ntlmauth.jar: build/tests/NtlmAuth.class $(tasks)/build_darcs_gcclass com.brian_web.gcclass.GCClass \ "$(classpath)" tmp/pruned \ tests.NtlmAuth.main \ - $(patsubst %,org.ibex.nestedvm.util.Platform$$Jdk%.'', 11 12 13 14) + $(patsubst %,org.ibex.nestedvm.util.Platform\$$Jdk%.'', 11 12 13 14) printf "Manifest-Version: 1.0\nMain-Class: tests.NtlmAuth\n" > .manifest.ntlm cd tmp/pruned && jar cfm ../../$@ ../../.manifest.ntlm . rm -f .manifest.ntlm -- 1.7.10.4