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

plobsing at svn.parrot.org plobsing at svn.parrot.org
Mon Apr 26 03:59:23 UTC 2010


Author: plobsing
Date: Mon Apr 26 03:59:23 2010
New Revision: 46017
URL: https://trac.parrot.org/parrot/changeset/46017

Log:
add dependancy on install_config.o for installable tapir

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Mon Apr 26 00:24:18 2010	(r46016)
+++ trunk/config/gen/makefiles/root.in	Mon Apr 26 03:59:23 2010	(r46017)
@@ -943,7 +943,7 @@
 $(INSTALLABLENCITHUNKGEN) : parrot_nci_thunk_gen.pbc $(PBC_TO_EXE) src/install_config$(O)
 	$(PBC_TO_EXE) parrot_nci_thunk_gen.pbc --install
 
-$(INSTALLABLETAPIR) : tapir.pbc $(PBC_TO_EXE)
+$(INSTALLABLETAPIR) : tapir.pbc $(PBC_TO_EXE) src/install_config$(O)
 	$(PBC_TO_EXE) tapir.pbc --install
 
 #


More information about the parrot-commits mailing list