From 82e232e43f130112003cb53d5d77da5eb1f5e407 Mon Sep 17 00:00:00 2001 From: fperrad Date: Fri, 29 Jan 2010 16:51:28 +0000 Subject: [PATCH] [build] install_config.o is needed when using pbc_to_exe --install git-svn-id: https://svn.parrot.org/parrot/trunk@43642 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- config/gen/makefiles/root.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gen/makefiles/root.in b/config/gen/makefiles/root.in index 8098dff965..955f4cba61 100644 --- a/config/gen/makefiles/root.in +++ b/config/gen/makefiles/root.in @@ -798,7 +798,7 @@ help : world : all parrot_utils -parrot_utils : $(PDUMP) $(DIS) $(PDB) $(PBC_MERGE) $(PBC_TO_EXE) $(PARROT_CONFIG) +parrot_utils : $(PDUMP) $(DIS) $(PDB) $(PBC_MERGE) $(PBC_TO_EXE) $(PARROT_CONFIG) src/install_config$(O) installable: all $(INSTALLABLEPARROT) $(INSTALLABLEPDUMP) $(INSTALLABLEDIS) $(INSTALLABLEPDB) $(INSTALLABLEPBC_MERGE) $(INSTALLABLEPBCTOEXE) $(INSTALLABLECONFIG) $(INSTALLABLENQP)