Skip to content

Commit

Permalink
Fixed pdb target
Browse files Browse the repository at this point in the history
  • Loading branch information
soh-cah-toa committed May 20, 2011
1 parent 2ba4ae5 commit e68ddc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/gen/makefiles/root.in
Expand Up @@ -523,7 +523,7 @@ MINIPARROT = .@slash@miniparrot$(EXE)
DIS = .@slash@pbc_disassemble$(EXE)
PDUMP = .@slash@pbc_dump$(EXE)
PBC_MERGE = .@slash@pbc_merge$(EXE)
PDB = .@slash@parrot_debugger$(EXE)
PDB = .@slash@pdb$(EXE)
PBC_TO_EXE = .@slash@pbc_to_exe$(EXE)
PARROT_CONFIG = .@slash@parrot_config$(EXE)
NQP_RX = .@slash@parrot-nqp$(EXE)
Expand All @@ -537,7 +537,7 @@ INSTALLABLEDIS = .@slash@installable_pbc_disassemble$(EXE)
INSTALLABLEPDUMP = .@slash@installable_pbc_dump$(EXE)
INSTALLABLEPBC_MERGE = .@slash@installable_pbc_merge$(EXE)
INSTALLABLEPBCTOEXE = .@slash@installable_pbc_to_exe$(EXE)
INSTALLABLEPDB = .@slash@installable_parrot_debugger$(EXE)
INSTALLABLEPDB = .@slash@installable_pdb$(EXE)
INSTALLABLECONFIG = .@slash@installable_parrot_config$(EXE)
INSTALLABLENQP = .@slash@installable_parrot-nqp$(EXE)
INSTALLABLENCITHUNKGEN = .@slash@installable_parrot_nci_thunk_gen$(EXE)
Expand Down

0 comments on commit e68ddc8

Please sign in to comment.