aboutsummaryrefslogtreecommitdiffstats
path: root/os400
diff options
context:
space:
mode:
authorPatrick Monnerat <pm@datasphere.ch>2014-10-03 12:36:36 +0200
committerDaniel Veillard <veillard@redhat.com>2014-10-04 21:13:48 +0800
commit98d71f9191ac83959d24ad7b01b211ef7bb3172e (patch)
tree6a47818ee2cecdac50ef2a632fc0789744d4c4ad /os400
parent5378ff9378833f9aac764c1d296cf8f16179ecf5 (diff)
downloadandroid_external_libxml2-98d71f9191ac83959d24ad7b01b211ef7bb3172e.tar.gz
android_external_libxml2-98d71f9191ac83959d24ad7b01b211ef7bb3172e.tar.bz2
android_external_libxml2-98d71f9191ac83959d24ad7b01b211ef7bb3172e.zip
os400: make-src.sh: create physical file with target CCSID
Diffstat (limited to 'os400')
-rw-r--r--os400/make-src.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os400/make-src.sh b/os400/make-src.sh
index 88248b0f..49b6a955 100644
--- a/os400/make-src.sh
+++ b/os400/make-src.sh
@@ -101,7 +101,7 @@ fi
if action_needed "${LIBIFSNAME}/TOOLS.FILE"
then CMD="CRTSRCPF FILE(${TARGETLIB}/TOOLS) RCDLEN(112)"
- CMD="${CMD} TEXT('libxml2: build tools')"
+ CMD="${CMD} CCSID(${TGTCCSID}) TEXT('libxml2: build tools')"
system "${CMD}"
fi