X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=d0b20c4bb6264a556b5a45227eb9795cd2c6ca38;hp=d2a90142941233656d59e0dab2a1bc3ac5d2e171;hb=65756df49f23a57914cc71f4929373ac62682345;hpb=744a7db6e932c6ceb8cf9f269d4d493eec78f50a diff --git a/Makefile b/Makefile index d2a9014..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 \ - 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