Skip to content

Commit

Permalink
Still busted
Browse files Browse the repository at this point in the history
  • Loading branch information
soh-cah-toa committed May 21, 2011
1 parent c9570ab commit 322dab6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions config/gen/makefiles/root.in
Expand Up @@ -1044,17 +1044,15 @@ $(INSTALLABLEPROVE) : parrot-prove.pbc $(PBC_TO_EXE) src/install_config$(O)
# Parrot Debugger
#

$(PDB) : src/parrot_config$(O) $(LIBPARROT)
$(PDB) :
$(CC) -o $@ \
frontend/pdb/main$(O) \
frontend/pdb/main.c \
$(PARROT_H_HEADERS) \
$(INC_DIR)/runcore_api.h \
$(INC_DIR)/embed.h \
src/parrot_config$(O) \
$(RPATH_BLIB) $(ALL_PARROT_LIBS) $(LINKFLAGS)

#$(PARROT_H_HEADERS) \
#frontend/pdb/main.c \
#$(INC_DIR)/runcore_api.h \
#$(INC_DIR)/embed.h

#frontend/parrot_debugger/main$(O) : \
#$(PARROT_H_HEADERS) \
#frontend/parrot_debugger/main.c \
Expand Down
2 changes: 1 addition & 1 deletion frontend/pdb/main.c
Expand Up @@ -13,7 +13,7 @@ main(void) {

interp = Parrot_new(NULL);

Parrot_runcore_pdb_init(interp);
Parrot_api_set_runcore(interp);

/* DEBUG */
printf("Hello world!\n");
Expand Down

0 comments on commit 322dab6

Please sign in to comment.