summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2002-11-15 01:20:52 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2002-11-15 01:20:52 +0000
commitdff8bfd93825351062ce38bb5dfb9aabd920aa0b (patch)
tree9d7bf3b304ae94e811056200f7fe75142ad76acc /test/Makefile.in
parentc115e29b7368f5da7ea64e97dfcabce5f132d0eb (diff)
downloadlibapr-dff8bfd93825351062ce38bb5dfb9aabd920aa0b.tar.gz
Fix parse error from Solaris make.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index a9ba4796a..5d09767cd 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -4,7 +4,7 @@ VPATH = @srcdir@
NONPORTABLE = \
testshm@EXEEXT@ \
testprocmutex@EXEEXT@ \
- testglobalmutex@EXEEXT@ \
+ testglobalmutex@EXEEXT@
PROGRAMS = \
client@EXEEXT@ \