From 33619ae24287cf3c183619d667624c0637481149 Mon Sep 17 00:00:00 2001 From: Jarrod Date: Thu, 19 Feb 2009 20:24:39 +1000 Subject: [PATCH] Applied a small patch to patch a patch :) fperrad++ --- config/makefiles/root.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/makefiles/root.in b/config/makefiles/root.in index dd71b03..2498a45 100644 --- a/config/makefiles/root.in +++ b/config/makefiles/root.in @@ -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 \