aboutsummaryrefslogtreecommitdiff
path: root/packages/OS400/make-tests.sh
diff options
context:
space:
mode:
authorPatrick Monnerat <Patrick.Monnerat@datasphere.ch>2009-08-11 14:07:08 +0000
committerPatrick Monnerat <Patrick.Monnerat@datasphere.ch>2009-08-11 14:07:08 +0000
commit501f9f83099d654a98c94ca29cf45b60d0963c27 (patch)
treef948553a8d42c1725d3e91c4565e2d7c2b04ab4e /packages/OS400/make-tests.sh
parent9fe787fc1f2b7b0cb5691e06652784cb50ca5fb7 (diff)
Fix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from LONG to OBJECTPOINT
Fix OS400 makefile for tests to use the new Makefile.inc in libtest Update the OS400 wrappers and RPG binding according to the current CVS source state
Diffstat (limited to 'packages/OS400/make-tests.sh')
-rw-r--r--packages/OS400/make-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/OS400/make-tests.sh b/packages/OS400/make-tests.sh
index 6ef6af914..71943bae4 100644
--- a/packages/OS400/make-tests.sh
+++ b/packages/OS400/make-tests.sh
@@ -17,7 +17,7 @@ cd "${TOPDIR}/tests"
cd libtest
-# Get definitions from the Makefile.am file.
+# Get definitions from the Makefile.inc file.
# The `sed' statement works as follows:
# _ Join \nl-separated lines.
# _ Retain only lines that begins with "identifier =".
@@ -35,7 +35,7 @@ eval "`sed -e ': begin' \
-e 's/[ ]*=[ ]*/=/' \
-e 's/=\\(.*[^ ]\\)[ ]*$/=\\"\\1\\"/' \
-e 's/\\$(\\([^)]*\\))/${\\1}/g' \
- < Makefile.am`"
+ < Makefile.inc`"
# Compile all programs.
# The list is found in variable "noinst_PROGRAMS"