diff options
author | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2008-08-25 13:58:45 +0000 |
---|---|---|
committer | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2008-08-25 13:58:45 +0000 |
commit | fdcb0cd2bce920231af8c0218fe48f276817018b (patch) | |
tree | 2e35de8629f93cf201f3b1d5ce4e0b3f302d3e40 /packages/OS400/make-include.sh | |
parent | 4962e1772d3a8102234f090efecae3bc887c4b4a (diff) | |
download | curl-fdcb0cd2bce920231af8c0218fe48f276817018b.tar.gz |
Adapting OS400 build scripts to new features: new curlbuild.h file and soname in VERSION --> VERSIONINFO
Diffstat (limited to 'packages/OS400/make-include.sh')
-rw-r--r-- | packages/OS400/make-include.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/OS400/make-include.sh b/packages/OS400/make-include.sh index 3607abb93..ecbc7e1db 100644 --- a/packages/OS400/make-include.sh +++ b/packages/OS400/make-include.sh @@ -9,6 +9,13 @@ SCRIPTDIR=`dirname "${0}"` cd "${TOPDIR}/include" +# Produce the curlbuild.h include file. + +if action_needed curl/curlbuild.h curl/curlbuild.h.dist +then cp -p curl/curlbuild.h.dist curl/curlbuild.h +fi + + # Create the OS/400 source program file for the include files. SRCPF="${LIBIFSNAME}/H.FILE" |