Index: config/gen/makefiles/root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.104
diff -u -r1.104 root.in
--- config/gen/makefiles/root.in	12 Aug 2003 07:57:33 -0000	1.104
+++ config/gen/makefiles/root.in	12 Aug 2003 12:52:00 -0000
@@ -282,7 +282,7 @@
 #
 # Parrot Debugger
 #
-PDB=pdb
+PDB=pdb${exe}
 
 pdb$(O) : $(GENERAL_H_FILES)
 
@@ -292,7 +292,7 @@
 #
 # Parrot Disassembler
 #
-DIS=disassemble
+DIS=disassemble${exe}
 
 disassemble$(O) : $(GENERAL_H_FILES)
 

Reply via email to