Skip to content

Commit

Permalink
Removed frontend/pdb/main.o target
Browse files Browse the repository at this point in the history
  • Loading branch information
soh-cah-toa committed May 21, 2011
1 parent e68ddc8 commit c9570ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
12 changes: 5 additions & 7 deletions config/gen/makefiles/root.in
Expand Up @@ -1044,18 +1044,16 @@ $(INSTALLABLEPROVE) : parrot-prove.pbc $(PBC_TO_EXE) src/install_config$(O)
# Parrot Debugger
#

$(PDB) : frontend/pdb/main$(O) src/parrot_config$(O) $(LIBPARROT)
$(PDB) : src/parrot_config$(O) $(LIBPARROT)
$(CC) -o $@ \
frontend/pdb/main$(O) \
src/parrot_config$(O) \
$(RPATH_BLIB) $(ALL_PARROT_LIBS) $(LINKFLAGS)

frontend/pdb/main.$(O) : \
$(PARROT_H_HEADERS) \
frontend/pdb/main.c \
$(INC_DIR)/runcore_api.h \
$(INC_DIR)/embed.h
$(CC) -c frontend/pdb/main.c -o $@
#$(PARROT_H_HEADERS) \
#frontend/pdb/main.c \
#$(INC_DIR)/runcore_api.h \
#$(INC_DIR)/embed.h

#frontend/parrot_debugger/main$(O) : \
#$(PARROT_H_HEADERS) \
Expand Down
7 changes: 7 additions & 0 deletions frontend/pdb/main.c
Expand Up @@ -22,3 +22,10 @@ main(void) {
Parrot_x_exit(interp, 0);
}

/*
* Local variables:
* c-file-style: "parrot"
* End:
* vim: expandtab shiftwidth=4 cinoptions='\:2=2' :
*/

Binary file removed frontend/pdb/main.o
Binary file not shown.

0 comments on commit c9570ab

Please sign in to comment.