summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--byterun/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/Makefile b/byterun/Makefile
index dcbcdaee5..34d024961 100644
--- a/byterun/Makefile
+++ b/byterun/Makefile
@@ -84,6 +84,7 @@ prims.c : primitives
echo ' 0 };') > prims.c
opnames.h : instruct.h
+ LANG=C; \
sed -e '/\/\*/d' \
-e '/^#/d' \
-e 's/enum /char * names_of_/' \