Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
compatible with r42838
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Dec 1, 2009
1 parent 6ad653d commit 88ca3b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.pir
Expand Up @@ -154,10 +154,8 @@ SOURCES
$P0['inst_lang'] = $P8

# dist
$P1 = split ' ', 'luac2pir.pir test_lex.pir lua/lib/luabytecode.rules build/translator.pl lua/library/Test/More.lua'
$P0['manifest_includes'] = $P1
$P2 = split ' ', 'lua/lib/luabytecode_gen.pir lua/library/Test/More.pir'
$P0['manifest_excludes'] = $P2
$P0['manifest_includes'] = 'luac2pir.pir test_lex.pir lua/lib/luabytecode.rules build/translator.pl lua/library/Test/More.lua t/lua-TestMore/test_lua51/*.t'
$P0['manifest_excludes'] = 'lua/lib/luabytecode_gen.pir lua/library/Test/More.pir'

.tailcall setup(args :flat, $P0 :flat :named)
.end
Expand Down

0 comments on commit 88ca3b8

Please sign in to comment.