Hack - make sure makefile in stc & librun exists
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 24 Jan 2014 20:10:45 +0100
changeset 227 8f0a7e9bddfb
parent 226 a48cbce777eb
child 228 2ecc991ed731
Hack - make sure makefile in stc & librun exists
shellfiles/build_stx_libjava.sh
--- a/shellfiles/build_stx_libjava.sh	Fri Jan 24 17:38:45 2014 +0100
+++ b/shellfiles/build_stx_libjava.sh	Fri Jan 24 20:10:45 2014 +0100
@@ -150,6 +150,9 @@
 	    (cd stx && ./CONFIG)
 	fi
 	# Hack...
+        if [ ! -f stx/stc/makefile ]; then
+            (cd stx/stc && ../rules/stmkmf)
+        fi
         if [ ! -f stx/librun/makefile ]; then
             (cd stx/librun && ../rules/stmkmf)
         fi