From e68ddc8d98aee6735b205d9c871ce0137535c261 Mon Sep 17 00:00:00 2001 From: soh_cah_toa Date: Fri, 20 May 2011 19:56:34 -0400 Subject: [PATCH] Fixed pdb target --- config/gen/makefiles/root.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/gen/makefiles/root.in b/config/gen/makefiles/root.in index fca3660515..9efcf02287 100644 --- a/config/gen/makefiles/root.in +++ b/config/gen/makefiles/root.in @@ -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) @@ -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)