From bb1fbf37daa7eb02fdad04d0c8f89dabcb4df435 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 30 Jun 2004 23:49:44 -0700 Subject: [PATCH] remove bash dependency darcs-hash:20040701064944-24bed-c44e6d043e55d01146927c68f2523d71dfed258e.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2a9014..a7a0b0b 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 \ - 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