Skip to content

Commit

Permalink
add new parrot.h deps for checkdepend.t
Browse files Browse the repository at this point in the history
The 2 frontends include now all parrot.h headers,
not just a subset.
  • Loading branch information
Reini Urban committed Feb 26, 2014
1 parent 9dfe4a4 commit 05e0d98
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions config/gen/makefiles/root.in
Expand Up @@ -1766,27 +1766,16 @@ src/io/buffer$(O) : $(PARROT_H_HEADERS) src/io/io_private.h src/io/buffer.c \
src/gc/alloc_memory$(O) : $(PARROT_H_HEADERS) src/gc/alloc_memory.c

$(FRPTWO_DIR)/main$(O) : \
$(PARROT_H_HEADERS) \
$(INC_DIR)/api.h \
$(INC_DIR)/compiler.h \
$(INC_DIR)/config.h \
$(INC_DIR)/core_types.h \
$(INC_DIR)/feature.h \
$(INC_DIR)/has_header.h \
$(INC_DIR)/longopt.h \
$(INC_DIR)/pbcversion.h \
include/imcc/api.h \
$(FRPTWO_DIR)/main.c

$(FRP_DIR)/main$(O) : \
$(PARROT_H_HEADERS) \
$(INC_DIR)/api.h \
$(INC_DIR)/compiler.h \
$(INC_DIR)/config.h \
$(INC_DIR)/core_types.h \
$(INC_DIR)/feature.h \
$(INC_DIR)/has_header.h \
$(INC_DIR)/interpreter.h \
$(INC_DIR)/longopt.h \
$(INC_DIR)/pbcversion.h \
include/imcc/api.h \
$(FRP_DIR)/main.c

Expand Down

0 comments on commit 05e0d98

Please sign in to comment.