Index: config/gen/makefiles/root.in =================================================================== --- config/gen/makefiles/root.in (revision 36089) +++ config/gen/makefiles/root.in (working copy) @@ -754,7 +754,6 @@ $(PARROT) -o $@ runtime/parrot/library/parrotlib.pir runtime/parrot/include/config.fpmc : myconfig config_lib.pasm $(MINIPARROT) - @cygchkdll@ @echo Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your fingers $(MINIPARROT) config_lib.pasm > $@ Index: config/init/hints/cygwin.pm =================================================================== --- config/init/hints/cygwin.pm (revision 36089) +++ config/init/hints/cygwin.pm (working copy) @@ -46,7 +46,6 @@ parrot_is_shared => 1, sym_export => '__declspec(dllexport)', sym_import => '__declspec(dllimport)', - #cygchkdll => 'tools/build/cygchkdll.sh $(MINIPARROT) $(LIBPARROT)', libparrot_shared => $libparrot_shared, blib_dir => '.', libparrot_ldflags => '-L' . $build_dir . ' -lparrot', Index: MANIFEST =================================================================== --- MANIFEST (revision 36089) +++ MANIFEST (working copy) @@ -3492,7 +3492,6 @@ t/tools/pmc2cutils/README [] tools/build/addopstags.pl [] tools/build/c2str.pl [] -tools/build/cygchkdll.sh [] tools/build/fixup_gen_file.pl [] tools/build/headerizer.pl [] tools/build/jit2c.pl []