summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c86c21995..fda0f92181 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ $(ELF): $(LIBS) $(O_FILES)
$(BUILD_DIR)/%.o: %.cpp
@mkdir -p $(@D)
@echo building... $<
- @iconv -f UTF-8 -t SHIFT-JIS -o $@.iconv.cpp $<
+ @iconv -f UTF-8 -t CP932 < $< > $@.iconv.cpp
@$(CC) $(CFLAGS) -c -o $@ $@.iconv.cpp
# shared cpp files for RELs