remove bash dependency2
[nestedvm.git] / Makefile
index a7a0b0b..d0b20c4 100644 (file)
--- 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%.'<init>', 11 12 13 14)
+               $(patsubst %,org.ibex.nestedvm.util.Platform\$$Jdk%.'<init>', 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