summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2008-04-14 08:17:27 +0000
committerJoe Orton <jorton@apache.org>2008-04-14 08:17:27 +0000
commit8b97885a30a242ec5e426e2215663036b94924af (patch)
treecaa1de4e7bbdfabbbff4a82aad26a431abab41f2 /Makefile.in
parentbce838d5fcd05347d0f77edf05bf4c6046ff66ed (diff)
downloadapr-8b97885a30a242ec5e426e2215663036b94924af.tar.gz
* Makefile.in (check): Remove redundant sub-shell.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@647691 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index df7a17128..a1b786e99 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -117,7 +117,7 @@ gcov:
test: check
check: $(TARGET_LIB)
- (cd test && $(MAKE) all check)
+ cd test && $(MAKE) all check
etags:
etags `find . -name '*.[ch]'`