diff --git a/config/makefiles/root.in b/config/makefiles/root.in index ce0675a..49b1833 100644 --- a/config/makefiles/root.in +++ b/config/makefiles/root.in @@ -389,7 +389,8 @@ else { \ } smoke : build lua@exe@ - @$(CP) lua@exe@ parrot-lua@exe@ +#IF(win32): @$(CP) lua@exe@ parrot-lua@exe@ +#UNLESS(win32): @which parrot-lua -@prove --archive test_lua51.tar.gz --exec=parrot-lua t/lua-TestMore/test_lua51/0*.t perl -e '$(upload_pl)'