Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add P6Invocation to makefile.
  • Loading branch information
jnthn committed May 4, 2009
1 parent 0af2d6a commit 5ea5aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in
Expand Up @@ -127,10 +127,10 @@ SETTING = \
src/setting/Range.pm \
src/setting/Whatever.pm \

PMCS = perl6str objectref perl6scalar mutablevar perl6multisub
PMCS = perl6str objectref perl6scalar mutablevar perl6multisub p6invocation

PMC_SOURCES = $(PMC_DIR)/perl6str.pmc $(PMC_DIR)/objectref.pmc $(PMC_DIR)/perl6scalar.pmc \
$(PMC_DIR)/mutablevar.pmc $(PMC_DIR)/perl6multisub.pmc
$(PMC_DIR)/mutablevar.pmc $(PMC_DIR)/perl6multisub.pmc $(PMC_DIR)/p6invocation.pmc

PERL6_GROUP = $(PMC_DIR)/perl6_group$(LOAD_EXT)

Expand Down

0 comments on commit 5ea5aad

Please sign in to comment.