[svn:parrot] r49502 - trunk/config/gen/makefiles

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Mon Oct 11 05:39:19 UTC 2010


Author: dukeleto
Date: Mon Oct 11 05:39:17 2010
New Revision: 49502
URL: https://trac.parrot.org/parrot/changeset/49502

Log:
[t][TT#1823] Always create src/install_config.o, so that mk_language_shell and create_language can be used without installing Parrot

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Sun Oct 10 21:49:39 2010	(r49501)
+++ trunk/config/gen/makefiles/root.in	Mon Oct 11 05:39:17 2010	(r49502)
@@ -634,6 +634,8 @@
 #IF(has_dynamic_linking): $(DYNOPLIBS_TARGETS) \
 #IF(has_dynamic_linking): $(LIBNCI_TEST_SO) \
     $(GEN_LIBRARY) \
+    src/install_config$(O) \
+
 
 # We build DYNPMC_TARGET in corevm. It's kinda hack to test t/pmc/threads.t CLONE_LIBRARIES
 corevm : \


More information about the parrot-commits mailing list