Ticket #345: instpbc2exe_r37077.patch
| File instpbc2exe_r37077.patch, 0.6 KB (added by rg, 4 years ago) |
|---|
-
config/gen/makefiles/root.in
876 876 $(PARROT) -o parrot_config.pbc tools/util/parrot-config.pir 877 877 $(PBC_TO_EXE) parrot_config.pbc --install 878 878 879 $(INSTALLABLEPBCTOEXE) : $(PBC_TO_EXE) 880 $(CP) $(PBC_TO_EXE) $(INSTALLABLEPBCTOEXE) 879 $(INSTALLABLEPBCTOEXE) : $(SRC_DIR)/install_config$(O) $(PBC_TO_EXE) 880 $(PARROT) -o pbc_to_exe.pbc tools/dev/pbc_to_exe.pir 881 $(PARROT) pbc_to_exe.pbc pbc_to_exe.pbc --install 881 882 882 883 # 883 884 # Parrot Debugger
