You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2008/04/14 10:17:31 UTC

svn commit: r647691 - /apr/apr/trunk/Makefile.in

Author: jorton
Date: Mon Apr 14 01:17:27 2008
New Revision: 647691

URL: http://svn.apache.org/viewvc?rev=647691&view=rev
Log:
* Makefile.in (check): Remove redundant sub-shell.

Modified:
    apr/apr/trunk/Makefile.in

Modified: apr/apr/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/Makefile.in?rev=647691&r1=647690&r2=647691&view=diff
==============================================================================
--- apr/apr/trunk/Makefile.in (original)
+++ apr/apr/trunk/Makefile.in Mon Apr 14 01:17:27 2008
@@ -117,7 +117,7 @@
 
 test: check
 check: $(TARGET_LIB)
-	(cd test && $(MAKE) all check)
+	cd test && $(MAKE) all check
 
 etags:
 	etags `find . -name '*.[ch]'`