[Vm-dev] [commit][3363] Unix vm makefile needs dependencies to get cogit to recompile.

commits at squeakvm.org commits at squeakvm.org
Sat May 30 20:21:09 UTC 2015


Revision: 3363
Author:   eliot
Date:     2015-05-30 13:21:09 -0700 (Sat, 30 May 2015)
Log Message:
-----------
Unix vm makefile needs dependencies to get cogit to recompile.

Modified Paths:
--------------
    branches/Cog/platforms/unix/vm/Makefile.in

Property Changed:
----------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Sat May 30 12:23:06 PDT 2015
   + Sat May 30 13:20:39 PDT 2015

Modified: branches/Cog/platforms/unix/vm/Makefile.in
===================================================================
--- branches/Cog/platforms/unix/vm/Makefile.in	2015-05-30 19:26:33 UTC (rev 3362)
+++ branches/Cog/platforms/unix/vm/Makefile.in	2015-05-30 20:21:09 UTC (rev 3363)
@@ -71,6 +71,9 @@
 
 sqNamedPrims$o : $(blddir)/sqNamedPrims.h
 
+# cogit.c merely includes specific a specific cogitPROCESSOR.c
+cogit$o : $(srcdir)/vm/cogitARMv5.c $(srcdir)/vm/cogitIA32.c
+
 # rebuild sqExtPrims sqUnixMain if config.h changes
 
 sqUnixExternalPrims$o sqUnixMain$o : ../config.h $(topdir)/platforms/unix/vm/dlfcn-dyld.c



More information about the Vm-dev mailing list