summaryrefslogtreecommitdiff
path: root/build/rpm
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2007-11-21 21:47:07 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2007-11-21 21:47:07 +0000
commitbb718c8f8e4a53510e2e7962b539b19d8ad8347f (patch)
treeb17c0a8e76e9c6180c139f62d69307cd0a94ce98 /build/rpm
parent85a6b7c1b0ee9039ae09321b10141c3d2f43f589 (diff)
downloadlibapr-bb718c8f8e4a53510e2e7962b539b19d8ad8347f.tar.gz
Fix the make test target in the spec file.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@597218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm')
-rw-r--r--build/rpm/apr.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/apr.spec.in b/build/rpm/apr.spec.in
index 7d113c35a..7b1668c8f 100644
--- a/build/rpm/apr.spec.in
+++ b/build/rpm/apr.spec.in
@@ -46,7 +46,7 @@ make %{?_smp_mflags} && make dox
%check
# Run non-interactive tests
pushd test
-make %{?_smp_mflags} testall CFLAGS=-fno-strict-aliasing
+make %{?_smp_mflags} all CFLAGS=-fno-strict-aliasing
./testall -v || exit 1
popd