Skip to content

Commit

Permalink
Applied a small patch to patch a patch :) fperrad++
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrod committed Feb 19, 2009
1 parent 2984157 commit 33619ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/makefiles/root.in
Expand Up @@ -30,10 +30,10 @@ PCT = $(BUILD_DIR)/runtime/parrot/library/PCT.pbc
OPSDIR = src/ops
PMC_DIR = src/pmc

FUN_OPS = src/ops/fun_ops$(LOAD_EXT)
FUN_OPS = $(OPSDIR)/fun_ops$(LOAD_EXT)
FUN_GROUP = $(PMC_DIR)/fun_group$(LOAD_EXT)

all: fun.pbc $(FUN_OPS) $(FUN_GROUP)
all: $(FUN_OPS) $(FUN_GROUP) fun.pbc

SOURCES = fun.pir \
src/gen_grammar.pir \
Expand Down

0 comments on commit 33619ae

Please sign in to comment.