[Vm-dev] [commit][2810] use ckformat.c from generated sources

commits at squeakvm.org commits at squeakvm.org
Thu Nov 14 03:54:12 UTC 2013


Revision: 2810
Author:   piumarta
Date:     2013-11-13 19:54:12 -0800 (Wed, 13 Nov 2013)
Log Message:
-----------
use ckformat.c from generated sources

Modified Paths:
--------------
    trunk/platforms/unix/vm/build.cmake

Modified: trunk/platforms/unix/vm/build.cmake
===================================================================
--- trunk/platforms/unix/vm/build.cmake	2013-11-14 03:52:52 UTC (rev 2809)
+++ trunk/platforms/unix/vm/build.cmake	2013-11-14 03:54:12 UTC (rev 2810)
@@ -76,7 +76,7 @@
 INSTALL (PROGRAMS ${bld}/squeak.sh DESTINATION bin)
 
 ADD_EXECUTABLE (ckformat
-  ${config}/ckformat.c
+  ${src}/ckformat.c
 )
 
 INSTALL (PROGRAMS ${bld}/ckformat DESTINATION ${plgdir})



More information about the Vm-dev mailing list