DEADSOFTWARE

add Meta for CPfront
[cpc.git] / make.sh
diff --git a/make.sh b/make.sh
index c0de9df21135b0fc5adf07c85f0eca39d5313daf..7626314d428cf63578604ff7a2ee95b0c1684815 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -182,11 +182,10 @@ compile_all() {
   fi
   compile System/Mod/Kernel.cp \
     System/Mod/Console.odc System/Mod/Files.odc System/Mod/Dates.odc \
-    System/Mod/Log.odc System/Mod/Strings.odc System/Mod/Services.odc \
-    System/Mod/Integers.odc
+    System/Mod/Log.odc System/Mod/Strings.odc System/Mod/Meta.odc \
+    System/Mod/Services.odc System/Mod/Integers.odc
 
   if [ "$_target" = "native" ]; then
-    compile System/Mod/Meta.odc
     mv -t System Code Sym
   fi