Skip to content

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Apr 3, 2012
1 parent 0bcab54 commit c2b429c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/gen/makefiles/root.in
Expand Up @@ -1591,6 +1591,7 @@ src/call/args$(O) : \
src/call/args.c \
src/call/args.str \
$(INC_PMC_DIR)/pmc_key.h \
$(INC_PMC_DIR)/pmc_callsignature.h \
$(INC_PMC_DIR)/pmc_fixedintegerarray.h

src/call/context_accessors$(O): $(PARROT_H_HEADERS) \
Expand All @@ -1601,7 +1602,9 @@ src/call/pcc$(O) : $(INC_DIR)/oplib/ops.h \
$(INC_DIR)/runcore_api.h \
src/call/pcc.c \
src/call/pcc.str \
$(INC_PMC_DIR)/pmc_key.h $(INC_PMC_DIR)/pmc_continuation.h
$(INC_PMC_DIR)/pmc_key.h \
$(INC_PMC_DIR)/pmc_callsignature.h \
$(INC_PMC_DIR)/pmc_continuation.h

src/call/context$(O) : $(PARROT_H_HEADERS) \
src/call/context.c \
Expand Down

0 comments on commit c2b429c

Please sign in to comment.