0.8.16.8:
[sbcl.git] / tools-for-build / sparc-funcdef.sh
index d723935..406abac 100644 (file)
@@ -1,8 +1,8 @@
-cd tools-for-build
+cd ./tools-for-build
 
 TMP=sparc-funcdef.S
 
-SUN_FUNCDEF="#define FUNCDEF(x)        .type x,#function"
+SUN_FUNCDEF="#define FUNCDEF(x)        .type x, #function"
 GNU_FUNCDEF="#define FUNCDEF(x)        .type x,@function"
 
 echo $SUN_FUNCDEF > $TMP