summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2007-11-21 21:49:56 +0000
committerGraham Leggett <minfrin@apache.org>2007-11-21 21:49:56 +0000
commitb69ccc7c914cc6d0b808283685f62aacfd1c3db4 (patch)
tree82f4b3745a29c65284a9ad2847b1e83972d61e7c
parent9f6f54a15358b6e55de53b2e3e0f717985f09dcb (diff)
downloadapr-b69ccc7c914cc6d0b808283685f62aacfd1c3db4.tar.gz
Fix the make test target in the spec file.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.2.x@597220 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES2
-rw-r--r--build/rpm/apr.spec.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 33f9eb8ca..265975105 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
-*- coding: utf-8 -*-
Changes for APR 1.2.13
-
+ *) Fix the make test target in the spec file. [Graham Leggett]
Changes for APR 1.2.12
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